@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 Boundary Wall Type
@if(request('trashed') === 'only')
Showing Soft Deleted Boundary Wall Types.
@endif
@csrf
@forelse($boundaryWallTypes as $boundaryWallType) @empty @endforelse
# Boundary Wall Type Name Created Date Actions
{{ $loop->iteration + ($boundaryWallTypes->currentPage() - 1) * $boundaryWallTypes->perPage() }} {{ $boundaryWallType->name }} {{ $boundaryWallType->created_at ? $boundaryWallType->created_at->format('d-m-Y') : '-' }}
Edit @csrf @method('DELETE')
No boundary wall types found.
Showing {{ $boundaryWallTypes->firstItem() ?? 0 }} to {{ $boundaryWallTypes->lastItem() ?? 0 }} of {{ $boundaryWallTypes->total() }} entries
{{ $boundaryWallTypes->links('pagination::bootstrap-5') }}
@push('scripts') @endpush