Loading...
{{--
--}}
{{Auth::user()->fname.' '.Auth::user()->lname }}
{{--
{{Auth::user()->username}}
--}}
Profile
Log out
{{--
--}}
Back
{{--
General
--}}
@if(Auth::user()->user_type == 4)
@else
@endif
Dashboard
@if(Auth::user()->can('role.view') || Auth::user()->can('permission.view') || Auth::user()->can('state.view') || Auth::user()->can('district.view') || Auth::user()->can('taluka.view') || Auth::user()->can('village.view') || Auth::user()->can('document-type.view') || Auth::user()->can('finantial-year.view'))
Master
@can('role.view')
Roles
@endcan @can('permission.view')
Permissions
@endcan @can('state.view')
राज्य मास्टर
@endcan @can('district.view')
District Master
@endcan @can('taluka.view')
Taluka Master
@endcan @can('village.view')
Village Master
@endcan @can('document-type.view')
Document Type
@endcan @can('finantial-year.view')
Financial Year Master
@endcan
@endif @can('user.update-profile')
Applicant Profile
@endcan @can('user.salokha-application')
Salokha Application
@endcan @can('user.application-request.list')
Application Request
@endcan @if(Auth::user()->user_type == 4)
GR
FAQ
@endif @if(Auth::user()->can('salokha-application.new') || Auth::user()->can('salokha-application.approve') || Auth::user()->can('salokha-application.reject'))
Salokha Application
@can('salokha-application.new')
New Applications
@endcan @can('salokha-application.approve')
Approved Applications
@endcan @can('salokha-application.reject')
Reject Applications
@endcan
@endcan @if(Auth::user()->can('admin.view') || Auth::user()->can('district-office.view') || Auth::user()->can('tahsil-office.view'))
Registration
@can('admin.view')
Admin
@endcan @can('district-office.view')
District Office
@endcan @can('tahsil-office.view')
Tahsil Office
@endcan
@endif @can('panchanama.view')
Panchanama
@can('panchanama-verification.pending')
Pending For Panchnama
@endcan @can('panchanama-verification.verified')
Uploaded Panchnama
@endcan
@endcan @if(Auth::user()->can('panchanama-verification.pending') || Auth::user()->can('panchanama-verification.verified') || Auth::user()->can('panchanama-verification.rejected'))
Panchanama Verification
@can('panchanama-verification.pending')
Pending Verification
@endcan @can('panchanama-verification.verified')
Verified Panchnama
@endcan @can('panchanama-verification.rejected')
Rejected Panchnama
@endcan
@endif @if(Auth::user()->can('upload-order.pending') || Auth::user()->can('upload-order.complete'))
@if(Auth::user()->user_type == '2') Order @else Upload Order @endif
@can('upload-order.pending')
Pending For Orders
@endcan @can('upload-order.complete')
uploaded Orders
@endcan
@endif @can('reports.view')
Reports
@if(Auth::user()->user_type == '3')
Village Wise Report
@elseif(Auth::user()->user_type == '2')
Taluka Wise Report
@endif
@endcan
@yield('body')
@csrf
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @stack('scripts')