@extends('admin.layouts.master') @section('title','HR') @section('content')

Contract Status

@csrf
@if(!empty($contract->contract_date) || old('contract_date')) @else @endif
@php $cour = []; $cert = []; if($contract->courses){ $cour = explode(',',$contract->courses); }else{ $cour = explode(',',old('courses')); } if($contract->real_certificates){ $cert = explode(',',$contract->real_certificates); }else{ $cert = explode(',',old('real_certificates')); } @endphp
national_id == true || old('national_id') == true) checked @endif>
birth_cirtificate == true || old('birth_cirtificate') == true) checked @endif>
graduation_cirtificate == true || old('graduation_cirtificate') == true) checked @endif>
criminal_record == true || old('criminal_record') == true) checked @endif>
military_service == true || old('military_service') == true) checked @endif>
personal_photos == true || old('personal_photos') == true) checked @endif>
ethics_code == true || old('ethics_code') == true) checked @endif>
@endsection