@extends('frontEnd.layout') @section('content')

EXECUTIVE OFFICERS ISAME

@php $positions = [ 'Excecutive Officers - ISAME' => $exce_offcicer_isame, ]; @endphp @foreach ($positions as $position => $members)
@if (empty($members))

No {{ $position }} found for this year.

@else @foreach ($members as $member)
Profile Image
{{ $member['full_name'] }}

{{ $member['category'] }}

Year: 2024 -2025
@if(!empty($member['email_id'])) {{ $member['email_id'] }} @endif @if(!empty($member['mobile_numbers'])) {{ $member['mobile_numbers'] }} @endif

MD-{{ $member['district'] }}

@if(!empty($member['full_address']))
Location Icon

{{ $member['full_address'] }}

@endif
@endforeach @endif
@endforeach
@endsection