@extends('layouts.admin') @section('title','Taluk List') @section('content')
| # | Taluk Name | District | Status | Actions | ||
|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($taluks->currentPage() - 1) * $taluks->perPage() }} | {{ $taluk->taluk_name }} | {{ $taluk->district?->district ?? '—' }} | @if($taluk->status==1) Active @else Inactive @endif |
@if ($taluk->status == 1) @else @endif | ||
| No hospitals found. | ||||||