]@extends('backend.layouts.pdf') @section('content') @if(request()->year && request()->tour && request()->date) @foreach($tournament_tee_slots as $slot) @if(empty($slot->registrations) || $slot->registrations->count() == 0) @endif @if($slot->registrations) @foreach($slot->registrations as $registrations) @endforeach @endif @endforeach

Tournament: {{$tournament_info->tour_name}}

Flight Schedule Date: {{date('d M, Y', strtotime(request()->date))}}
Flgt No. Start Tee Tee Off Time Tee Cat Mem. NO Name
registrations && $slot->registrations->count() > 0) rowspan="{{$slot->registrations->count()+1}}" @endif >{{$loop->index + 1}} registrations && $slot->registrations->count() > 0) rowspan="{{$slot->registrations->count()+1}}" @endif >{{$slot->start_tee}} registrations && $slot->registrations->count() > 0) rowspan="{{$slot->registrations->count()+1}}" @endif > {{date('g:i A', strtotime($slot->slot_start))}} - {{date('g:i A', strtotime($slot->slot_end))}} registrations && $slot->registrations->count() > 0) rowspan="{{$slot->registrations->count()+1}}" @endif> {{$slot->category?$slot->category->name:''}}
{{$registrations->membership_no}} {{$registrations->golfer_name}}
@endif @endsection