@extends(!$download ? 'layouts.app' : 'layouts.app_with_out_nav') @section('script') @endsection @section('content')
@if(!$download) @endif
{{ __('Dividend from UAE') }}
@if(!$download) @endif
{{$companyDetails->taxpayer}} T.R.NO : {{($companyDetails->tax_registration_number)}} From Date: {{date('d-M-Y',strtotime(@$trialBalanceDetails->from))}} To Date: {{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 @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