{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include('backend.errors')
@php $isEdit = !empty($data['id']); @endphp @if ($isEdit) @endif {!!Helper::getClientManageDropDown([ 'selectedClientId' => ($data['participant_id'] ?? ''), 'isRequired' => true, 'extraClass' => 'client_select_dropdown', 'name' => 'participant_id', 'isDisabled' => $isEdit ? true : false ])!!}
@endsection @section('scripts') @endsection