@extends('layouts.app') @section('site_title', 'Explore IFFI Goa 2024 International Festival Venues') @section('site_description', 'Discover the vibrant festival venues of IFFI Goa 2024. Get detailed information on locations, facilities, and events happening at each venue.') @section('site_keywords', 'IFFI Goa information, IFFI event venue, About IFFI venue, Festival location details, IFFI history and venue, Film festival India, Film festival venue, IFFI international film festival') @section('content') @include('layouts.header') @include('layouts.menu')
{{-- @php $chairPerson = $juryDetails->where('is_chairperson', '1')->first(); @endphp @if (!empty($chairPerson))

{{ $chairPerson->name }}

{{ $chairPerson->is_chairperson == '1' ? 'Chairperson' : '' }}
@if (!empty($chairPerson->img_src)) @else @endif
@endif --}} @php $juries = $juryDetails->where('is_chairperson', 0); @endphp @if (!empty($juries)) @foreach ($juries as $key => $jury)

{{ $jury->name }}

{{ $jury->description }}

@if (!empty($jury->img_src)) @else @endif
@endforeach @endif
@endsection