@extends(!$download ? 'layouts.app' : 'layouts.app_with_out_nav',['dashBoardTitle'=>'FOREIGN BRANCH INCOME']) @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))}}
Foreign branch income
@php $foreginBranchCount = 0; @endphp @foreach($foreginBranchs as $foreginBranch) @php $data = json_decode($foreginBranch->data); $foreginBranchCount += $data->amount; @endphp @endforeach @csrf
Name of branch Country Profit Action
{{$data->description}} {{$data->country}} {{number_format($data->amount,2)}}
Total {{number_format($foreginBranchCount,2)}}
@endsection