@extends(!$download ? 'layouts.app' : 'layouts.app_with_out_nav',['dashBoardTitle'=>'FOOTNOTES']) @section('script') @endsection @section('buttons') @if(!$download)
 TB  P&L  BS  TR
@endif @endsection @section('content')
{{strtoUpper($trialBalanceDetails->companyRelationShip->taxpayer)}} T.R.NO : {{($trialBalanceDetails->companyRelationShip->tax_registration_number)}} Tax Period: {{date('d-M-Y',strtotime(@$trialBalanceDetails->from))}} to {{date('d-M-Y',strtotime(@$trialBalanceDetails->to))}}
@foreach($footnotes as $footnote) @php $data = json_decode($footnote->data); @endphp @if(empty($footnote->deleted_at)) @endif @endforeach
Footnotes
SI No. Subject Context Actions
{{$loop->iteration}} {{@$data->subject}} {{$data->context}}
@foreach($pendingissue as $pending) @php $pdata = json_decode($pending->data); @endphp @if(empty($pending->deleted_at)) @endif @endforeach
Pending Issue
SI No. Subject Context Clear By Actions
{{$loop->iteration}} {{@$pdata->pending_sub}} {{@$pdata->pending_clear}} {{@$pdata->pending_context}}
@endsection