@extends('layouts.adminapp') @section('content') {{-- Education --}}

{{__('lng.Education')}}

{{__('lng.EducationTable')}}
{{__('lng.CreateNew')}}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@php $si=0; @endphp @foreach($Educations as $Education) @endforeach
{{__('lng.SiNo')}} {{__('lng.Title')}} {{__('lng.Narration')}} {{__('lng.Action')}}
{{++$si}} {{$Education->title}} {{$Education->narration}} {{--
--}}
@csrf @method('delete')
{{--
--}}

{{$Educations->count()}} {{__('lng.Items')}}

@endif
@endsection