@yield('style')
Property Survey - Nagar Panchayat Govardhan
PS Admin
Dashboard
@if (has_permission(['GIS'], 'index')) @if (has_permission(['Users', 'Roles'], 'index'))
User's
@if (has_permission(['Users'], 'index'))
User List
@endif @if (has_permission(['Roles'], 'index'))
Role List
@endif
@endif @if (has_permission(['Properties', 'Property-Photo'], 'index'))
Property Survey
@if (has_permission(['Properties'], 'index'))
All Survey List
@endif @if (has_permission(['Properties'], 'in-progress'))
In-progress Survey List
@endif @if (has_permission(['Properties'], 'QC-Level-1'))
QC Level 1 Survey List
@endif @if (has_permission(['Properties'], 'QC-Level-2'))
QC Level 2 Survey List
@endif @if (has_permission(['Properties'], 'QC-Done'))
QC Done Survey List
@endif @if (has_permission(['Properties'], 'index'))
Completed Survey List
@endif @if (has_permission(['Properties'], 'index'))
All Survey Report List
@endif @if (has_permission(['Property-Photo'], 'index'))
Survey Photo Update
@endif @if (has_permission(['Property-Photo'], 'index'))
Cash Desk
@endif
@endif @if (has_permission(['Wards','Relationship-with-Owners','Tax-Rate-Zone','Ownership-Type','Ownership-Type','Ownership-Type','Situations','Property-Type','Property-Uses','Year-of-Constructions','Floor-Usage-Type','Floor-Types','Usags-Factor','Nature-of-Construction'], 'index'))
App Master
@if (has_permission(['Wards'], 'index'))
Ward List
@endif @if (has_permission(['Relationship-with-Owners'], 'index'))
Relationship With Owners
@endif @if (has_permission(['Tax-Rate-Zone'], 'index'))
Tax Rate Zone
@endif @if (has_permission(['Ownership-Type'], 'index'))
Ownership Type
@endif @if (has_permission(['Situations'], 'index'))
Situations
@endif @if (has_permission(['Property-Type'], 'index'))
Property Type
@endif @if (has_permission(['Property-Uses'], 'index'))
Property Uses
@endif @if (has_permission(['Commercial-Uses'], 'index'))
Commercial Uses
@endif @if (has_permission(['Year-of-Constructions'], 'index'))
Year of Constructions
@endif @if (has_permission(['Exemption-Applicable'], 'index'))
Exemption Applicables
@endif @if (has_permission(['Floor-Usage-Type'], 'index'))
Floor Usage Type
@endif @if (has_permission(['Floor-Types'], 'index'))
Floor Type
@endif @if (has_permission(['Usags-Factor'], 'index'))
Usags Factor
@endif @if (has_permission(['Nature-of-Construction'], 'index'))
Nature of Construction
@endif
@endif @endif @if (has_permission(['MIS'], 'index'))
MIS
@if (has_permission(['Ward-Members'], 'index'))
Ward-Members
@endif @if (has_permission(['Slider','Notice-Boards','Office-Bearers'], 'index'))
Home Page
Slider
Notice Board
Office Beares
About
Our Services
Public Grievance
Government Schemes
Photo / Media Gallery
{{--
Events & News
Staff Directory
Downloadable Forms
Feedback
--}}
@endif @if (has_permission(['President','Executive-Officer','Member-List','Staff-Details'], 'index'))
Department
@if (has_permission(['President'], 'index'))
President List
@endif @if (has_permission(['Executive-Officer'], 'index'))
Executive Officer List
@endif @if (has_permission(['Member-List'], 'index'))
Member List
@endif @if (has_permission(['Staff-Details'], 'index'))
Staff Details
@endif
@endif @if (has_permission(['Right-to-Information-Act','Citizen-Charter'], 'index'))
Right to Information
@if (has_permission(['Right-to-Information-Act'], 'index'))
Right to Information Act
@endif @if (has_permission(['Citizen-Charter'], 'index'))
Citizen Charter
@endif
@endif @if (has_permission(['Site-Settings'], 'index'))
Site Settings
@endif @endif
{{ Auth::user()->name ?? 'Demo' }}
{{ Auth::user()->role->name ?? '' }}
{{ __('Logout') }}
@csrf
@if(session('error'))
{{ session('error') }}
@endif
@yield('content')
@yield('script')