@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar')
Edit User
@csrf
@php $lot_id=json_decode($user->lot_id); $district_id=json_decode($user->district_id); $tehsil_id=json_decode($user->tehsil_id); $uc_id=json_decode($user->uc_id); @endphp
User Image
@if(session('error')) @endif @if(session('success')) @endif @endsection