@extends('frontend.layouts.app') @section('content')
@foreach ($sliders as $element) @endforeach {{-- --}}
Flight Schedule of 4th Anwar Ispat-Anwar Cement Captain Cup Golf Tournament 19.
Welcome To Bhatiary Golf & Country Club

{{substr($welcome_msg->welcome_message, 0, 400) }}.....

Read More

Upcomming Tournament
@if($upcoming_tournaments) @foreach($upcoming_tournaments as $upcoming_tour) {{$upcoming_tour->tour_name}} @php $startDate = \Carbon\Carbon::create($upcoming_tour->tour_start); $endDate = \Carbon\Carbon::create($upcoming_tour->tour_end); $all_dates = array(); while ($startDate->lte($endDate)){ $all_dates[] = $startDate->format('d M y'); $startDate->addDay(); } $slot_dates = $all_dates; @endphp {{--

{{implode(', ', $slot_dates)}}
--}}
Online Registration open from {{date('d M Y h:i A', strtotime($upcoming_tour->registration_start))}} to {{date('d M Y h:i A', strtotime($upcoming_tour->registration_end))}}.

@if(!$loop->last)
@endif {{--

{{$upcoming_tour->tdateno}}
--}} @endforeach @else

{{__('No tournament has been scheduled for upcoming!')}}

@endif

Bangladesh Bhatiary Golf & Country Club

Tournament Registration

Online Tournament Registration System

Registration
Bangladesh Bhatiary Golf & Country Club

Handicap Report

Online BGF Handicap System

Handicap
Bangladesh Bhatiary Golf & Country Club

Become Member

Apply for Memebership Online

Apply


@if($about_members)
Management Committee
@endif @endsection @section('before_body_end') @endsection