@extends(!$download ? 'layouts.app' : 'layouts.app_with_out_nav') @section('script') @endsection @section('content')
@if(!$download) @endif
{{ __('unrealised Loss') }}
@if(!$download) @endif
{{strtoUpper($trialBalanceDetails->companyRelationShip->taxpayer)}} TRN:{{($trialBalanceDetails->companyRelationShip->tax_registration_number)}} Tax Period: {{date('d-M-Y',strtotime(@$trialBalanceDetails->from))}} to {{date('d-M-Y',strtotime(@$trialBalanceDetails->to))}}
@php $unrealiseLossCount = 0; @endphp @foreach($unrealiseLosses as $unrealiseLoss) @php $data = json_decode($unrealiseLoss->data); $unrealiseLossCount += Helper::CtaxTotalAmount($data->amount); @endphp @endforeach @csrf
Description Amount Action
{{$data->description}} {{number_format($data->amount,2)}}
Total {{number_format($unrealiseLossCount,2)}}
@endsection