@extends('backend.layouts.snappy-pdf') @section('content')

Tournament Registration

Bhatiary Golf &Country Club

Dhaka Cantonment, Dhaka

Tournament: {{$tournament_info->tour_name}}

Registration Date: {{date('d M, Y', strtotime(request()->date))}}
@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
Flgt No. Mem. NO Tee Off Time Tee Category 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))}}
{{$registrations->tee_category?$registrations->tee_category->name:''}} {{$registrations->membership_no}} {{$registrations->golfer_name}}
@endif @endsection