@extends('backend.layouts.pdf') @section('content')
Cinque Terre

@if($type == "member") Summary of Mem Registration @elseif($type == 'guest') Summary of Guest/NM Registration @else Summary of Armed Forced/OC Registration @endif

Swimming Pool

Bhatiary Golf &Country Club, Dhaka Cantonment


Date form: {{ $request->date_from_2 }} to: {{$request->date_to_2}}

@if($type == 'member') @endif @if($type == 'guest' || $type == 'armed') @endif @if(sizeof($model) > 0) @foreach($model as $m) @if(App\SwimmingPoolRegistration::checkDepartment($m,request()->dept_id)) @if($type == 'member') @endif @if($type == 'guest' || $type == 'armed') @endif @endif @endforeach @endif @if($type=='member') @endif
Sl DateMem. NoNameRef.Lock No Sev. Name Total-BDT P. Method Paid-BDT Due-BDT
{{ ++$sl }} {{ $m->date }}{{ $m->membership_id }} @if($m->member_name) {{ $m->member_name }} @else {{ $m->guest_name }} @endif {{ $m->ref_membership_no }}{{ $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 }}

.....................

Oparetor

.....................

GM

.....................

CEO

.....................

M/S

@endsection