@extends('frontend.layout.app') @section('main_content')

Education History

@include('candidate.sidebar')
Add Item @if (!$allEducation->count())
No data found
@else
@foreach ($allEducation as $item) @endforeach
SL Education Level Institute Degree Passing Year Action
{{ $loop->iteration }} {{ $item->level }} {{ $item->institute }} {{ $item->degree }} {{ $item->passing_year }}
@endif
@endsection