{{ __('admin.Our Team') }}

{{ __('admin.Add New') }}
@foreach ($teams as $index => $team) @endforeach
{{ __('admin.SN') }} {{ __('admin.Name') }} {{ __('admin.Designation') }} {{ __('admin.Image') }} {{ __('admin.Translations') }} {{ __('admin.Status') }} {{ __('admin.Action') }}
{{ ++$index }} {{ $team->name }} {{ $team->designation }} @forelse($languages as $key => $language) {{ strtoupper($language->code) }} @if (!$loop->last) || @endif @empty {{ strtoupper(config('app.locale')) }} @endforelse @if ($team->status == 1) @else @endif