@extends('layouts.adminapp') @section('title') {{ __('lng.EducationReport') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_field_report', 'open') @section('active_field_report', 'active') @section('active_education_report', 'active') @section('content')

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

{{ __('lng.EducationReport') }}
@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 }}

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

@endif
@endsection