@if(session('success')) @endif @if(session('error')) @endif
@if(request('search')) Clear @endif
@if(auth()->check() && auth()->user()->hasRole('Admin')) @if(request('trashed') === 'only') View Active @else View Deleted @endif @endif + Add Land in Question
@if(request('trashed') === 'only')
Showing Soft Deleted Land in Question Items.
@endif
@csrf
@forelse($items as $item) @empty @endforelse
# Name Created Date Actions
{{ $loop->iteration + ($items->currentPage() - 1) * $items->perPage() }} {{ $item->name }} {{ $item->created_at ? $item->created_at->format('d-m-Y') : '-' }}
Edit @csrf @method('DELETE')
No items found.
Showing {{ $items->firstItem() ?? 0 }} to {{ $items->lastItem() ?? 0 }} of {{ $items->total() }} entries
{{ $items->links('pagination::bootstrap-5') }}
@push('scripts') @endpush