]@extends('backend.layouts.pdf') @section('content') @if(request()->year && request()->tour && request()->date)
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:''}} | @if(empty($slot->registrations) || $slot->registrations->count() == 0)@endif | |
| {{$registrations->membership_no}} | {{$registrations->golfer_name}} | ||||