@extends('layouts.app') @section('site_title', 'Get in touch with us | IFFI GOA') @section('site_description', 'Find contact details for inquiries, support, and information about the International Film Festival of India.') @section('site_keywords', 'IFFI Goa inquiries, IFFI Goa assistance, contact us, IFFI Goa office location, IFFI Goa phone number, IFFI Goa email address') @section('content') @include('layouts.header') @include('layouts.menu')
icon

National Film Development Corporation, 24, Pedder Rd, IT Colony, Cumballa Hill, Mumbai, Maharashtra 400026


Entertainment Society of Goa Maquinez Palace Complex, Dayanand Bandodkar Marg, Campal Panaji, GA 403001.

@foreach (['success', 'info', 'danger', 'warning'] as $msg) @if (Session::has($msg)) @endif @endforeach
@csrf
@error('fname') {{ $message }} @enderror
@error('lname') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('mobile') {{ $message }} @enderror
@error('country') {{ $message }} @enderror
@endsection