{{-- 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, 'labelClass' => 'col-form-label col-12 text-lg-right text-left', 'divClass' => 'form-group row', 'inputDivClass' => 'col-xl-4 col-lg-6 col-md-6 col-sm-12 col-xs-12'])!!}
@endsection {{-- Scripts Section --}} @section('scripts') @endsection