@extends('admin.layouts.admin') @section('content')

Education Records

{{--

--}}

@foreach ($educations as $education) @endforeach
# Title Aassociation Description From / To Manage
{{ $education -> id }} {{ $education -> title }} {{ $education -> association }} {{ substr($education -> description,0,20) }} ... {{ $education -> from }} - {{ $education -> to }}
@csrf @method('DELETE')
{{-- --}} @endsection