@extends('layouts.adminapp') @section('content') {{-- Subscription Payment Report --}} {{--

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

--}} {{--
--}}
{{ __('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 }}
@endif
@endsection