@extends('backend.layouts.pdf') @section('content')
Date form: {{ date('d/m/Y',strtotime($request->date_from_2)) }} to: {{ date('d/m/Y',strtotime($request->date_to_2)) }}
| SL | Date | >Income source | Amount-BDT | Remarks |
|---|---|---|---|---|
| {{ ++$sl }} | {{ date('d/m/Y',strtotime($m->date)) }} | {{ $m->income_source->name }} | {{ $m->amount }} | {{ $m->remarks }} |
| Total: | {{ $total }} | |||
|
..................... Oparetor
|
..................... GM
|
..................... CEO
|
..................... M/S
|