gender) ? (($candidate->gender == 'Male') ? 'checked="checked"' : '') : '' }} class="custom-control-input " id="male" value="Male">
gender) ? (($candidate->gender == 'Female') ? 'checked="checked"' : '') : '' }} class="custom-control-input " id="female" value="Female">
{{-- dd($candidate->date_of_birth) --}}
user_type == "Employee") readonly @endif class="form-control" value="{{$employee->joining_date ?? ''}}" name="joining_date" type="date" />
user_type == "Employee") readonly @endif type="text" onkeyup="this.value=this.value.replace(/[^\d]/,'')" name="probation_period" class="form-control" value="{{$employee->probation_period ?? ''}}" id="probation_period" >
user_type == "Employee") readonly @else type="text" @endif name="official_email" class="form-control" value="{{$employee->official_email ?? ''}}" id="official_email" >
{{--
--}}


@if(isset($employee->experience) && $employee->experience()->exists()) @foreach($employee->experience as $experience) @endforeach @endif
Company Name Job Titile From To Remarks
{{ $experience->company_name ?? '' }} {{ $experience->job_title ?? '' }} {{ $experience->from_date ?? '' }} {{ $experience->to_date ?? '' }} {{ $experience->remarks ?? '' }} @if(Auth::user()->user_type == "HR") @endif

@foreach($employee->education as $education) @endforeach
Level Year Result Institution
{{ $education->education_level ?? '' }} {{ $education->year ?? '' }} {{ $education->result ?? '' }} {{ $education->institution ?? '' }} @if(Auth::user()->user_type == "HR") @endif

@if(Auth::user()->user_type == "HR")
appointment_letter == '1') ? 'checked="checked"' : '' }} class="custom-control-input " value="1" id="yes">
appointment_letter == '0') ? 'checked="checked"' : ''}} class="custom-control-input " id="no" value="0">
@endif
@if( !empty($candidate->photo)) Photo Download @endif
@if( !empty($candidate->nid_photo)) NID Download @endif
@if( !empty($candidate->cv)) CV Download @endif
@if( !empty($candidate->tin_certificate)) Etin certificate Download @endif
@if( !empty($employee->appoinment_letter_img)) Appointment Letter @endif
@if( !empty($employee->referance_nid)) Reference NID Photo @endif