PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` @extends('layouts.app') @section('content')

Brief Details of: {{ $member->name }}

@if (isset($total_sale))

{{ $total_sale }}

@else

0

@endif

Total sale

@if (isset($sal_paid))

{{ $sal_paid }}

@else

0

@endif

Paid amount

@if (isset($sal_due))

{{ $sal_due }}

@else

0

@endif

Due amount

@if (isset($sal_ins))

{{ $sal_ins }}

@else

0

@endif

Total installment

@if (isset($due_ins))

0
{{ $due_ins }}

@else

0

@endif

Due installment

Member Information
Member Name {{ $member->name }}
Serial id {{ $member->serial_id }}
Father/Hus Name {{ $member->hus_father }}
Profession {{ $member->profession }}
Mother Name {{ $member->mother }}
Religion {{ $member->religion }}
National ID {{ $member->nid }}
Phone Number {{ $member->mobile }}
Email {{ $member->email }}
Password {{ $member->password }}
Date Of Birth {{ Carbon\Carbon::parse($member->birthday)->format('d-m-Y') }}
Present Address {{ $member->present_address }}
Permanent Address {{ $member->permanent_address }}
Signature

@if (isset($nominee)) Nominee Information
@foreach ($nominee as $nominee)
SL {{ $loop->index + 1 }}
Nominee Name {{ $nominee->name }}
Nominee Hus/Father {{ $nominee->hus_father }}
Address {{ $nominee->address }}
Nominee Religion {{ $nominee->religion }}
Nominee Nationality {{ $nominee->nationality }}
Nominee National Id {{ $nominee->nid }}
Date Of Birth {{ Carbon\Carbon::parse($nominee->birthday)->format('d-m-Y') }}

@endforeach @endif @if (isset($member->subMembers))
Sub Member
@foreach ($member->subMembers as $key => $sub) @endforeach
SL Name Father/Hus Name Mobile Email NID Nationality
{{ $loop->index + 1 }} {{ $sub->name }} {{ $sub->hus_father }} {{ $sub->mobile }} {{ $sub->email }} {{ $sub->nid }} {{ $sub->nationality }}
@endif @if (isset($member->sales))
Sales Information
{{-- --}} @foreach ($sale as $sale) @php $saleD = SaleDetail::where('sales_id', $sale->id)->first(); // dd( $sale->id); $installment_paid = \App\installment::where('sales_id', $sale->id)->count(); $nominee = \App\Nominee::where('id', $sale->nominee_id)->first(); $ins_pay = \App\installment::where('sales_id', $sale->id)->sum('amount'); $plot_id = $sale->plot_id; $block_id = $sale->block_id; $plot = Plot::where('id', $plot_id)->first(); $block = Block::where('id', $block_id)->first(); @endphp {{-- --}} @endforeach
SL File No Plot Details Commision plan Balance sheet Installment sheet Nominee Status ActionMoney receipt
{{ $loop->index + 1 }} {{ $sale->sale_no }} {{ $plot->plot_size }} Face: {{ $plot->face }}
Plot no: {{ $sale->plot_no }}
Road:{{ $plot->road }}
Rate:{{ $sale->total_rate }}
Block name: {{ $plot->block }}
Booking amount(per কাঠা): {{ $saleD->booking_amount }}
Installment(%): {{ $saleD->install_amount }}
এককালীন(%): {{ $saleD->ekkalin_amount }}
Paid amount: {{ $saleD->paid }}
Due amount: {{ $saleD->due_amount }}
Total installment: {{ $sale->installment }}
{{-- Paid installment: {{ $installment_paid }}
--}} installment-$installment_paid<=0){ ?> Due installment: 0
Due installment: {{ $sale->installment - $installment_paid }}
Installment amount: {{ $sale->installment_amount }}
Nominee name:
Relation with member: Nominee name: {{ $nominee->name }}
Relation with member: {{ $nominee->relation }}
@if ($saleD->paid + $saleD->discount < $sale->total_rate)

Due

@else

Paid

@endif
Veiw @if ($saleD->installment == 0 && $saleD->due_amount != 0) Installment @else Installment @endif {{-- Print 1 --}} Booking Form Add/Change nominee {{-- Money Receipt --}}
@csrf
@endif
@endsection