{{ $settings->company_name }}
@if($settings->company_address) {!! nl2br($settings->company_address)!!} |
|
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}}
| 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) }} |