{{ html()->label('Job Post')->class('form-label') }} {{ html()->select('job_post_id', $jobPostLists)->class('form-select select2')->placeholder('Apply For') }}
{{ html()->label('Name')->class('form-label') }} {{ html()->text('name')->class('form-control')->placeholder('Full Name')->required() }} {{ html()->div('Please enter Name')->class('invalid-feedback') }}
{{ html()->label('Email')->class('form-label') }} {{ html()->text('email')->class('form-control')->placeholder('Email Address')->required() }} {{ html()->div('Please enter email address')->class('invalid-feedback') }}
{{ html()->label('Gender')->class('form-label') }} {{ html()->select('gender', $genderLists)->class('form-control select2')->placeholder('Gender') }}
{{ html()->label('Address')->class('form-label') }} {{ html()->text('address')->class('form-control')->placeholder('Full Address')->required() }} {{ html()->div('Please enter address')->class('invalid-feedback') }}
{{ html()->label('Contact')->class('form-label') }} {{ html()->text('phone')->class('form-control')->placeholder('Contact Number')->required() }} {{ html()->div('Please enter contact number')->class('invalid-feedback') }}
{{ html()->label('Working Experience')->class('form-label') }} {{ html()->text('working_experience')->class('form-control')->placeholder('Working Experience') }}
{{ html()->label('Previous Company Name (If any)')->class('form-label') }} {{ html()->text('prev_company')->class('form-control')->placeholder('Previous Company Name') }} {{ html()->div('Please enter email')->class('invalid-feedback') }}
{{ html()->label('Apply Date')->class('form-label') }} {{ html()->text('apply_date')->class('form-control flatpickr-date')->placeholder('Apply Date')->required() }} {{ html()->div('Please enter apply date')->class('invalid-feedback') }}
{{ html()->label('Recommended By (If any)')->class('form-label') }} {{ html()->text('recommended_by')->class('form-control')->placeholder('Recommended By') }}
{{ html()->label('Description')->class('form-label') }} {{ html()->textarea('description')->class('form-control ckeditor-classic') }}
@push('js') @endpush