@extends('backend.layouts.app') @section('content')
Tournament: {{$tournament_info->tour_name}}Registration Date: {{date('d M, Y', strtotime($selected_date))}} |
|||||
|---|---|---|---|---|---|
| Flgt No. | Tee Off Time | Tee Category | 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 > {{date('g:i A', strtotime($slot->slot_start))}} - {{date('g:i A', strtotime($slot->slot_end))}} | @if(empty($slot->registrations) || $slot->registrations->count() == 0)@endif | |||
| {{$registrations->tee_category?$registrations->tee_category->name:''}} | {{$registrations->membership_no}} | {{$registrations->golfer_name}} | |||