@extends('backend.layouts.pdf') @section('content')
Bhatiary Golf &Country Club, Dhaka Cantonment
Date form: {{ $request->date_from_2 }} to: {{$request->date_to_2}}
| Sl | Date | @if($type == 'member')Mem. No | @endifName | @if($type == 'guest' || $type == 'armed')Ref. | @endifLock No | Sev. Name | Total-BDT | P. Method | Paid-BDT | Due-BDT |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$sl }} | {{ $m->date }} | @if($type == 'member'){{ $m->membership_id }} | @endif@if($m->member_name) {{ $m->member_name }} @else {{ $m->guest_name }} @endif | @if($type == 'guest' || $type == 'armed'){{ $m->ref_membership_no }} | @endif{{ $m->locker_no }} | {{ App\SwimmingPoolRegistration::serviceName($m->swimmingServiceDetails->pluck('service_id_arr')) }} | {{ $m->swimmingPayment->last()->sub_total }} | {{ App\Model\PaymentMethod::find($m->swimmingPayment->last()->p_method)->name }} | {{ $m->swimmingTotal->sum('paid_amount') }} | {{ $m->swimmingPayment->last()->due_amount }} |
| Total Due: {{ $total_due }} | @endif
|
..................... Oparetor
|
..................... GM
|
..................... CEO
|
..................... M/S
|