| Transactions @if($from && $to) from {{ \Carbon\Carbon::parse($from.'-01')->format('F Y') }} to {{ \Carbon\Carbon::parse($to.'-01')->format('F Y') }}@endif | |||
| Date | Type | Amount | Remarks |
|---|---|---|---|
| {{ $t->date }} | @if($t->type == 'in') @elseif($t->type == 'out') @elseif($t->type == 'car') @endif | {{ number_format($t->amount) }} | @if($t->type == 'car') {{ $t->make_remarks }} / {{ $t->model_remarks }} / {{ $t->varient_remarks }} / {{ $t->color_remarks }} / {{ $t->reg_remarks }} @else {{ $t->remarks }} @endif |
| Printed By: {{ Auth::user()->name }} Printed on: {{ \Carbon\Carbon::now()->format('d-m-Y H:i') }} | |||
Investor Signature _________________
Name : {{ $investor->name }}
Authorized Signature _________________