@extends('adminpanel.include.sidebar')
@extends('adminpanel.include.header')

User Education|{{ $data->total() }} Total

{{--
--}}
@if(session()->has('success'))
{{ session('success') }}
@endif @if($errors->any())

{{$errors->first()}}

@endif
@foreach ($data as $d) @endforeach
No School Name Degree Field of Study Year Created Actions
{{ $counter }} {{ $d->school }} {{ $d->degree??'-' }} {{ $d->field_of_study }} {{$d->year??''}} {{ $d->created_at->diffForHumans()}}
{{ $data->render() }}

Showing {{ $data->firstItem() }} - {{ $data->lastItem() }} of {{ $data->total() }}

@include('adminpanel.include.footer')