@extends('layouts.app') @section('site_title', '57th IFFI Goa International Film Festival | NFDC | MIB') @section('site_description', 'Join 57th IFFI Goa, an international film festival showcasing global cinema. Discover films, events, and cultural experiences in the heart of Goa.') @section('site_keywords', 'IFFI Goa, IFFI Goa 2026, 57th IFFI, Goan Films, Goa Film news, Indian films, film in india, information, film festival, film producer, broadcasting') @section('content') {{-- HOMEPAGE POPUP --}} @include('layouts.popup', [ 'popups' => app(\App\Http\Controllers\CommonController::class)->getAllPopups(), ]) {{-- TIMER --}} {{-- @include('layouts.timer') --}} {{-- MENU --}} @include('layouts.menu') @include('inner-page.video-section') @include('inner-page.ticker', [ 'tickers' => app(\App\Http\Controllers\CommonController::class)->getAllTicker(), ]) @include('inner-page.about-iffi') {{-- Country focus Japan --}} {{-- @include('inner-page.focus-japan', [ 'focusJapans' => app(\App\Http\Controllers\CommonController::class)->focusjapan('2025'), ]) --}} {{-- @include('inner-page.opening-parade') --}} {{-- Award winning films --}} {{-- @include('inner-page.award-winning-films') --}} {{-- iffiesta --}} {{-- @include('inner-page.iffiesta') --}} @include('inner-page.why-attend-iffi-festival', [ 'datas' => app(\App\Http\Controllers\CommonController::class)->iffiFestival(), ]) {{-- News & Updates Section --}} @include('inner-page.news-and-update', [ 'newsAndUpdates' => app(\App\Http\Controllers\CommonController::class)->homeNewsUpdate(), ]) {{-- International competition Section --}} {{-- @include('inner-page.international-competition', [ 'internationalCompetitions' => app( \App\Http\Controllers\CuratedSectionController::class)->internationalCompetition('2025'), ]) --}} {{-- Indian panorama --}} {{-- @include('inner-page.indian-panorama', [ 'indianPanormas' => app(\App\Http\Controllers\CommonController::class)->indianPanorama('2025'), ]) --}} {{-- Director Debut Section --}} {{-- @include('inner-page.director-debut', [ 'directorDebutFilm' => app(\App\Http\Controllers\CommonController::class)->directorDebutFilm('2025'), ]) --}} {{-- Master classs Highlights --}} {{-- @include('inner-page.master-class-highlights', [ 'datas' => app(\App\Http\Controllers\CommonController::class)->masterClasssHighlights(), ]) --}} {{-- Highlights Creative Minds Of Tomorrow --}} {{-- @include('inner-page.cmot-highlights', [ 'datas' => app(\App\Http\Controllers\CommonController::class)->cmotHighlights(), ]) --}} {{-- Celebrating closing ceremony --}} {{-- @include('inner-page.celebrating') --}} {{-- Life Time Achievement Award Section --}} {{-- @include('inner-page.lifetime-achievement-award') --}} {{-- Highlights Section --}} {{-- @include('inner-page.highlights', [ 'datas' => app(\App\Http\Controllers\CommonController::class)->highlights(), ]) --}} {{-- Social Media Corner --}} {{-- @include('inner-page.social-media-cornor') --}} {{-- Sponsors Section --}} {{-- @include('inner-page.sponsors-partners') --}} @include('inner-page.message') @endsection