@extends(!$download ? 'layouts.app' : 'layouts.app_with_out_nav',['dashBoardTitle'=>'ARTICLE 22:DIVIDEND FROM UAE']) @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))}}
Income to be excluded
@php $dividendCount = 0; @endphp @foreach($dividends as $dividend) @php $data = json_decode($dividend->data); $dividendCount += $data->amount; @endphp @if(empty($dividend->deleted_at)) @endif @endforeach @csrf
Particulars Amount Action
Dividend and profit distribution from UAE company
{{$data->description}} {{number_format($data->amount,2)}}
Total {{number_format($dividendCount,2)}}
@endsection