@extends('layouts.app') @section('style') @endsection @section('content')
Update Educational Background
@csrf {{-- Educational Background --}}

Educational Background

@if ($errors->has('educational_level'))
{{ $errors->first('educational_level') }}
@endif
@if ($errors->has('school_name'))
{{ $errors->first('school_name') }}
@endif
@if ($errors->has('course'))
{{ $errors->first('course') }}
@endif
@if ($errors->has('year'))
{{ $errors->first('year') }}
@endif
is_graduated ?? '') == 1) checked="checked" @endif>
@if ($errors->has('awards[0]'))
{{ $errors->first('awards[0]') }}
@endif
@section('script') @endsection @endsection