@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar')
Create Role
@csrf

@foreach($user_managemnt as $item)
@endforeach

@foreach($lots_managemnt as $item)
@endforeach

@foreach($district_managemnt as $item)
@endforeach

@foreach($tehsil_managemnt as $item)
@endforeach

@foreach($uc as $item)
@endforeach

@foreach($settlement as $item)
@endforeach

@foreach($role as $item)
@endforeach

@foreach($form as $item)
@endforeach

@foreach($pdma as $item)
@endforeach

@foreach($finance as $item)
@endforeach

@foreach($report as $item)
@endforeach

@foreach($bank as $item)
@endforeach
Allow to update the status of survey form
Go Back
@if(session('error')) @endif @if(session('success')) @endif @endsection