/var/www/flurhymez/resources/views/admin/team
NameSizeModeActions
add.blade.php101690644editdlrm
edit.blade.php107120644editdlrm
listing.blade.php110700644editdlrm
Edit: /var/www/flurhymez/resources/views/admin/team/listing.blade.php (11070B)
@extends('admin.layout.app') @section('title', __('admin.team.page_title')) @section('actions') {{ __('admin.buttons.add_new') }} @endsection @section('js') @endsection @section('content')
@forelse ($team as $key => $team) @empty @endforelse
# {{ __('admin.team.team_name') }} {{ __('admin.team.team_position') }} {{ __('admin.team.team_social_media') }} {{ __('admin.general.actions') }}
{{ $key + 1 }} {{ $team->name }} {{ $team->position }}
{{ __('admin.general.no_data') }}
@endsection