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

Driving Range

Summary of Received Payments

Bhatiary Golf &Country Club


Date form:{{$da}} to: {{$dat}}

@foreach($dr as $entry) @endforeach
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}}
@endsection