@extends('layouts.adminapp') @section('title') {{ __('lng.Education') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_field', 'open') @section('active_field', 'active') @section('active_education', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} | |
---|---|---|---|---|
{{ ++$si }} | {{ $Education->title }} | {{ $Education->narration }} | --}}
{{-- --}}
|
{{ __('lng.Showing') }} {{ $Educations->count() }} {{ __('lng.Items') }}