@if(session('success')) @endif

{{ __('general.grounds') }}

{{ __('general.add_ground') }}
@if(request('search')) {{ __('general.clear') }} @endif
@forelse($grounds as $ground) @empty @endforelse
{{ __('general.image') }} {{ __('general.name') }} {{ __('general.facilities') }} {{ __('general.status') }} {{ __('general.created_at') }} {{ __('general.actions') }}
{{ $ground->name }} {{ $ground->name }}
@if($ground->parking_available) P @endif @if($ground->camera_allowed) C @endif @if($ground->waiting_area) W @endif @if($ground->changing_room) CR @endif @if($ground->security_locker) L @endif
@if($ground->active) {{ __('general.active') }} @else {{ __('general.inactive') }} @endif {{ $ground->created_at->diffForHumans() }} {{ __('general.edit') }}

No grounds found

Get started by creating a new ground.

{{ $grounds->links() }}
@push('scripts') @endpush