@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')
@foreach (['success', 'info', 'danger', 'warning'] as $msg) @if (Session::has($msg)) @endif @endforeach
@csrf
@error('first_name')
{{ $message }}
@enderror
@error('last_name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('mobile')
{{ $message }}
@enderror
@error('organisation_name')
{{ $message }}
@enderror
@endsection