Reset
@if($from && $to)
Showing results from {{ \Carbon\Carbon::parse($from)->format('F Y') }} to {{ \Carbon\Carbon::parse($to)->format('F Y') }}
@endif

Investor Statement

Investor Info

Name:{{ $investor->name }}
Father Name:{{ $investor->father_name }}
CNIC:{{ $investor->cnic }}
Address:{{ $investor->address }}

Summary

Total INVEST:{{ number_format($totalIn) }}
Total RETURN:{{ number_format($totalOut) }}
Total Purchase:{{ number_format($totalpurchase) }}
Balance:{{ number_format($balance) }}
@foreach($investments as $t) @endforeach
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 _________________