@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar')
Edit Option
@csrf
location_type) ? 'disabled' : '' }} name="name">
@php $lots=lots(); @endphp
@php $district=district(); @endphp
@php $tehsil=tehsil(); @endphp
@php $uc=uc(); @endphp
@php $zone=zone(); @endphp
@php $types = ['radio' => 'Radio Button', 'text' => 'Text', 'date' => 'Date','number'=>'Number','image'=>'Image','file'=>'File','counter'=>'Counter','checkbox'=>'Checkbox']; @endphp
Go Back
@if(session('error')) @endif @if(session('success')) @endif @endsection