Print date: {{ date('Y-m-d h:i:s A') }}

@if($settings->company_address) {!! nl2br($settings->company_address)!!}
@endif PH: {{ $settings->company_phone }}

logo }}" style="margin-top: 10px; width:150px;">

Statement Report

@if($dateFrom)Date From:  {{ date_format(date_create($dateFrom),"d-M-Y") }}    @endif @if($dateTo)Date To: {{ date_format(date_create($dateTo),"d-M-Y") }}   @endif Action By:  {{$employee}}

@if($records) @php $sl=1; $total_qty = 0; $total_amount = 0; @endphp @foreach($records as $record) @php $sl++; $total_qty = $total_qty + $record->qty; $total_amount = $total_amount + $record->amount; @endphp @endforeach @endif
SL# Date Title Descripton Amount({{$settings->currency_symbol}}) Ref. File Action By
{{ $sl }} {{ date_format(date_create($record->s_date),"d-M-Y") }} {{ $record->titme }} {{ $record->description }} {{ number_format($record->amount,2) }} @if($record->ref_file) Download file @endif {{ $record->action_by }}
Total Qty: {{ $total_qty }}
Total Amount({{$settings->currency_symbol}}): {{ number_format($total_amount,2) }}