@extends('admin.layouts.app') @section('title', 'Regulations') @section('breadcrumb') Regulations @endsection @section('content')
National, state and municipal land development regulations
| Title | Type | State | Effective Date | Authority | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $reg->title }}
{{ Str::limit($reg->description, 60) }}
|
{{ $reg->type }} | {{ $reg->state?->name ?? 'All India' }} | {{ $reg->effective_date ? $reg->effective_date->format('d M Y') : '—' }} | {{ $reg->authority ?? '—' }} | {{ $reg->is_active ? 'Active' : 'Superseded' }} | |
| No regulations added yet | ||||||