@csrf @method('patch')
Education Summery
@if($errors->has('country_of_education'))
{{ str_replace("country_of_education","Country of Education",$errors->first('country_of_education')) }}
@endif
@if($errors->has('highest_lavel_of_education'))
{{ str_replace("highest_lavel_of_education","Highest Level of Education",$errors->first('highest_lavel_of_education')) }}
@endif
@if($errors->has('grading_scheme'))
{{ str_replace("grading_scheme","Grading Scheme",$errors->first('grading_scheme')) }}
@endif
@if($errors->has('grading_average'))
{{ str_replace("grading_average","first language",$errors->first('grading_average')) }}
@endif
is_still_study == 'true') checked @endif>
@if($errors->has('most_recent'))
{{ str_replace("most_recent","Graduated from most recent school",$errors->first('most_recent')) }}
@endif

Schools Attended :
@if($EduSummery) @foreach ($EduSummery->schoolAttended as $attended)
Schools Attended :
Schools Address :
{{-- @dd($attended) --}}
@endforeach @endif
Add Attened School + *please Add Attended School Here
{{-- Add Attened School + *please Add Attended School Here
--}}
@push('cs') @endpush