@extends('layouts.adminapp') @section('title') {{ __('lng.EducationReport') }} - {{ __('lng.Print') }} @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.Print') }}

@include('PrintHeader.header')

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

@php $si=0; @endphp @foreach ($Educations as $Education) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Title') }} {{ __('lng.Narration') }}
{{ ++$si }} {{ $Education->title }} {{ $Education->narration }}
{{ __('lng.Back') }}
@endsection