@extends('backend.layouts.app') @section('content')

Total Paid (BDT): {{ $total }}

Total Due (BDT): {{ $total_due }}

@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
Sl DateMem. NoNameRef.Lock No Sev. Name Total-BDT P. Method Paid-BDT Due-BDT Action
{{ ++$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 }}
@endsection @section('modal_content') @endsection @section('page_script')> @endsection