@extends('backend.layouts.pdf') @section('content')
Summary of Received Payments
Bhatiary Golf &Country Club
Date form:{{$da}} to: {{$dat}}
| Sl | M.No | Mem Name | Service | Shift | P.Mode | Total |
|---|---|---|---|---|---|---|
| {{$loop->index +1 }} | {{$entry->membership_no}} | {{$entry->full_name}} | @foreach ($drr as $choice) @if(($entry->id)==($choice->driving_info_id)) {{ $choice->service_name }}, @endif @endforeach | {{$entry->shift}} | {{$entry->name}} | {{$entry->grand_total}} |
| G.Total | {{$total_bill}} | |||||