@extends('layouts.app') @section('site_title', 'CMOT Grand Jury Details | IFFI Goa') @section('site_description', 'Discover the esteemed CMOT Grand Jury at IFFI Goa, featuring renowned filmmakers, critics, and industry experts who evaluate the finest cinematic masterpieces. Learn more about their role and contributions. ') @section('site_keywords', 'CMOT Grand Jury, IFFI Goa Jury, Jury Details IFFI, CMOT Jury Members, IFFI Grand Jury') @section('content') @include('layouts.header') @include('layouts.menu') {{-- Inner Page Banner Section --}} {{--
@php $grandJuries = $juryDetails->where('is_chairperson', 0); @endphp @if ($grandJuries->isNotEmpty()) @foreach ($grandJuries as $key => $grandJury)
@if ($key % 2 == 0)

{{ $grandJury->name }}

{{ $grandJury->designation }}

{{ $grandJury->description }}

@if (!empty($grandJury->img_src)) {{ $grandJury->name }} @else {{ $grandJury->name }} @endif
@else
@if (!empty($grandJury->img_src)) {{ $grandJury->name }} @else {{ $grandJury->name }} @endif

{{ $grandJury->name }}

{{ $grandJury->designation }}

{{ $grandJury->description }}

@endif
@endforeach @endif
--}}
@php $grandJuries = $juryDetails->where('is_chairperson', 0); @endphp @if ($grandJuries->isNotEmpty()) @foreach ($grandJuries as $key => $grandJury)
@if ($key % 2 == 0)

{{ $grandJury->name }}

{{ $grandJury->designation }}

{{ $grandJury->description }}

@if (!empty($grandJury->img_src)) {{ $grandJury->name }} @else {{ $grandJury->name }} @endif
@else
@if (!empty($grandJury->img_src)) {{ $grandJury->name }} @else {{ $grandJury->name }} @endif

{{ $grandJury->name }}

{{ $grandJury->designation }}

{{ $grandJury->description }}

@endif
@endforeach @else

Not found.!

@endif
@endsection