{{ __('dashboard.teams') }}

@foreach ($teams as $team) @endforeach
{{ __('dashboard.id') }} {{ __('dashboard.name') }} {{ __('dashboard.job_title') }} {{ __('dashboard.image') }} {{ __('dashboard.status') }} {{ __('dashboard.show_in_home') }}
{{ $team->id }} {{ $team->name }} {{ $team->job_title }} @if ($team->status == 1) {{ __('dashboard.yes') }} @else {{ __('dashboard.no') }} @endif @if ($team->show_in_home == 1) {{ __('dashboard.yes') }} @else {{ __('dashboard.no') }} @endif
@push('scripts') @endpush