{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content') {{-- Dashboard 1 --}} @parent
@include('common.msg')

Health Center List

@forelse($rows as $r) @empty @endforelse
# Image Name Division District Upazilla Action
{{$index++}}. {{$r->name??''}} {{$r->getDivision->name??''}} {{$r->getDistrict->name??''}} {{$r->getUpazilla->name??''}}
@csrf @method('delete')
No data found!
{!! $rows->appends(request()->query())->links('pagination::bootstrap-4') !!}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection