{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection {{-- Content --}} @section('content')
@if (!empty($data['id'])) @method('PUT') @endif @csrf
@if (session('client_error'))
{{ session('client_error') }}
@endif @include('backend.errors') @include('backend.alerts')
{!!Helper::getClientManageDropDown(['selectedClientId' => ($data['client_id'] ?? ''), 'isRequired' => true, 'isDisabled' => !empty($data['client_id'] ?? ''), 'extraClass' => 'client_select_dropdown', 'divClass' => 'form-group row', 'labelClass' => 'col-form-label text-lg-right text-left col-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12', 'inputDivClass' => 'col-md-6'])!!}
Please click enter to save email address
Please click enter to save email address
Please click enter to save email address
Enter keywords in new line
@endsection {{-- Scripts Section --}} @section('scripts') @endsection