{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include("backend.errors")
{!!Helper::getClientManageDropDown(['selectedClientId' => ($data['client_id'] ?? ''), 'isRequired' => true, 'name' => 'client_id', 'divClass' => 'form-group row', 'labelClass' => 'col-form-label col-12', 'inputDivClass' => 'col-xl-4 col-lg-4 col-md-4 col-sm-12 col-xs-12'])!!}
@foreach($state_list1 as $id => $title)
@endforeach {!!empty($state_list1) ? '' : ''!!}
@endsection {{-- Scripts Section --}} @section('scripts') @endsection