@extends('layouts.app') @section('site_title', 'Creative Minds of Tomorrow Selection Jury | IFFI Goa') @section('site_description', 'Explore the distinguished jury of IFFI Goa. Discover their backgrounds, expertise, and dedication to celebrating excellence in international cinema. ') @section('content') @include('layouts.header') @include('layouts.menu')
@php $chairPersons = $juryDetails->where('is_chairperson', 0); @endphp @if (!empty($chairPersons)) @foreach ($chairPersons as $key => $chairPerson)

{{ $chairPerson['name'] }}

{{ $chairPerson['designation'] }}

@endforeach @endif
@endsection