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

International Leaders

@php $positions = [ 'International Executive Officers' => $International_Executive_Officers, 'Board of Directors' => $LCI_Board_of_Director, 'Board Appointees' => $LCI_Board_of_Director_Appointees, 'LCIF Board of Trustees' => $LCIF_Board_of_Trustees, 'LCIF Board of Trustees Appointees' => $LCIF_Board_of_Trustees_Appointees, 'LEO Lion Board Liaisons' => $LEO_Lion_Board_Liaisons, 'LCI Board of directors - ISAME' => $LCI_Board_of_directors_ISAME, 'LCI Board of Trustees - ISAME' => $LCI_Board_of_Trustees_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'] }}

Period: {{$startyear}} - {{$endyear}}
@if(!empty($member['email_id'])) {{ $member['email_id'] }} @endif @if(!empty($member['mobile_numbers'])) {{ $member['mobile_numbers'] }} @endif

{{ $member['district'] }}

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

{{ $member['full_address'] }}

@endif
@endforeach @endif
@endforeach
@endsection