Schedule - in Mumbai
-
All
@foreach ($masterDates as $masterDate)
@php
$dateObj = \Carbon\Carbon::parse($masterDate->date);
$label = $dateObj->format('F d');
$tabId = $dateObj->format('M d');
$tabId = strtolower(str_replace(' ', '', $tabId));
@endphp
-
{{ $label }}
@endforeach
@include('website.master-class.all-tab', [
'masterTopics' => app(\App\Http\Controllers\MasterClassController::class)->allata(),
])
@include('website.master-class.16th-june', [
'masterTopics' => app(\App\Http\Controllers\MasterClassController::class)->june16th('2026-06-16'),
])