@extends('layouts.adminapp') @section('content')

{{ __('lng.Batch') }} {{ __('lng.Alumni') }}

{{--
{{ $StudentAlumnies->Student->name }}
--}} {{--
{{ date('F-Y', strtotime($GetMonth)) }}
--}}
{{-- --}} @php $si=0; @endphp @foreach ($BatchAlumnies as $BatchAlumni) {{-- --}} @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Batch') }}{{ __('lng.AdmssionNo') }}{{ __('lng.Date') }} {{ __('lng.Narration') }}
{{ ++$si }}
{{$BatchAlumni->Batch->title }}
{{ $StudentAlumni->Student->admission_no}}
{{ date_format(date_create($BatchAlumni->date), 'd-m-Y') }}
{{ $BatchAlumni->narration }}
{{-- --}}
{{-- --}} @endsection