{{$practiceAreas->total()}} Records

@if(count($practiceAreas) > 0) @foreach ($practiceAreas as $practiceArea) @endforeach @else @endif
Id Name Parent Actions
{{$practiceArea->id}} {{$practiceArea->name ?? '-'}} {{$practiceArea->parent_hierarchy ?? '-'}} Edit
@csrf @method('DELETE')
No records found
{{ $practiceAreas->onEachSide(1)->links('pagination::bootstrap-5') }}