@extends('Training::layouts.app') @section('content')
@csrf @method('PUT')
@if(session('success'))
{{ session('success') }}
@endif @if(session('alert-danger'))
{{ session('error') }}
@endif

Personal Information

gender == 'Male') ? 'checked="checked"' : '' }} name="gender" class="custom-control-input required" required value="male" id="male">
gender == 'Female') ? 'checked="checked"' : '' }} class="custom-control-input required" required value="female" id="female">

Educational Qualification

@if ($errors->has('highest_education')) {{ $errors->first('highest_education') }} @endif
@if ($errors->has('highest_education_passing_year')) {{ $errors->first('highest_education_passing_year') }} @endif
@if ($errors->has('highest_education_result')) {{ $errors->first('highest_education_result') }} @endif

Previous Job Information

Current Job Information

is_field_level == '1') ? 'checked="checked"' : '' }} value="1" class="custom-control-input" id="work_yes">
is_field_level == '0') ? 'checked="checked"' : '' }} value="0" class="custom-control-input" id="work_no">
is_possible == '1') ? 'checked="checked"' : '' }} class="custom-control-input" value="1" id="field_yes">
is_possible == '0') ? 'checked="checked"' : '' }} class="custom-control-input" value="0" id="field_no">
is_linkedin == '1') ? 'checked="checked"' : '' }} class="custom-control-input" id="link_yes">
is_linkedin == '0') ? 'checked="checked"' : '' }} class="custom-control-input" id="link_no">

File Upload Area

*Upload your Passport Size Photo/ selfie for identical purpose ( Max size : 150kb)

*Upload Your NID File/Photo ( Max size : 150kb )

* Upload your CV/Resume ( Max size : 3mb )

@endsection