@extends('layouts.app') @section('site_title', 'Master Classes at IFFI Goa - Learn from Cinema Experts') @section('site_description', 'Join exclusive master classes at IFFI Goa, where renowned filmmakers and industry experts share insights, techniques, and the art of cinematic storytelling.') @section('content') @include('layouts.header') @include('layouts.menu')
@foreach (['nov20', 'nov21', 'nov22', 'nov23', 'nov24', 'nov25', 'nov26', 'nov27', 'nov28'] as $date) @include("master-class.{$date}") @endforeach
@foreach (['nov20', 'nov21', 'nov22', 'nov23', 'nov24', 'nov25', 'nov26', 'nov27', 'nov28'] as $date)
@include("master-class.{$date}")
@endforeach
{{-- POPUP --}} {{-- Script Start --}} @endsection