@extends('frontend.layouts.app') @section('title', 'Program Committee') @section('meta', content: 'Program Committee Page Description') @section('content')
Banner Image

{{ __('project-steering-committee.project_steering_committee') }}

{{ __('project-steering-committee.home') }}

>

{{ __('project-steering-committee.project_steering_committee') }}

{{ __('project-steering-committee.here_to_help') }}

{{ __('project-steering-committee.project_steering_committee') }}

{{ __('project-steering-committee.program_committee_description') }}

@foreach ($teams as $team)
{{-- Profile Image --}} @if ($team->image) {{ $team->{'name_' . app()->getLocale()} }} @else
{{ Str::substr($team->{'name_' . app()->getLocale()}, 0, 1) }}
@endif {{-- Name --}}
{{ $team->{'name_' . app()->getLocale()} }}
{{-- Designation --}}
{{ $team->designation?->{'name_' . app()->getLocale()} ?? '—' }}
{{-- Department --}}
{{ $team->department?->{'name_' . app()->getLocale()} ?? '—' }}
{{-- Contact Details --}}
{{-- Phone --}}
{{ $team->phone_no ?? '—' }}
{{-- Email --}} {{ $team->email ?? '—' }}
@endforeach
@endsection @push('scripts') @endpush