@extends('layouts.app') @section('styles') @endsection @section('content')
@include('include.side-nav')
Educational Qualification
{{-- --}}
@forelse ($userEducation as $item) @empty

NO DATA

@endforelse
Level Of Education Institute/College Passing Year Exam/Degree Action
{{ $item->levelOfEducation->name }} {{ $item->institute }} {{ $item->passing_year }} {{ $item->degree->name }}
{{-- update --}} {{-- delete --}} @endsection @section('scripts') @endsection