View Opening Balance: {{ $transaction->account->customer->customer_name }}

@if(!$transaction->isPosted()) @can('opening-customer-balance-post') @endcan @else Posted @endif @if(!$transaction->isPosted()) @can('opening-customer-balance-edit') Edit @endcan @endif
@if($transaction->notes)
@endif
Created: {{ $transaction->created_at->format('d-M-Y H:i') }}
Updated: {{ $transaction->updated_at->format('d-M-Y H:i') }}
@if($transaction->isPosted())

GL Posting Information

@endif
@if(!$transaction->isPosted()) @endif