@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($data) > 0) @foreach($data as $d) @if($type=='member') @endif @if($type=='guest' || $type == 'armed') @endif @endforeach @endif @if($type=='member')
Sl DateMember IdNameRef.Locker No Service Name Total P. Method Due Amount Paid Amount
{{ ++$sl }} {{ $d['entry_date'] }}{{ $d['membership_id'] }}{{ $d['member_name'] }}{{ $d['ref'] }}{{ $d['locker_no'] }} {{ $d['service_name'] }} {{ $d['sub_total'] }} {{ $d['p_method'] }} {{ $d['due_amount'] }} {{ $d['paid_amount'] }}
@else @endif Total Due:{{ $total_due }} Total paid: {{ $total }}

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

Oparetor

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

GM

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

CEO

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

M/S

@endsection