@include('layouts.admin.alerts')
@if (count($education)>0)
| # |
Title |
Description |
Action |
@foreach ($education as $item)
| {{ $no++ }} |
{{ $item->title }} |
{{ \Illuminate\Support\Str::limit($item->description, 150, $end='...') }} |
Edit
|
@endforeach
@else
No educations Added Yet
@endif