@extends('layouts.adminapp') @section('content') {{-- StudentAlumni --}}
| Si No | {{ __('lng.Name') }} | {{ __('lng.AdmissionNo') }} | {{--{{ __('lng.Course') }} | --}}{{ __('lng.Date') }} | {{ __('lng.Reson') }} | {{--Actions | --}}
|---|---|---|---|---|---|---|
| {{ ++$si }} | {{ $Student->name }} | {{ $Student->admission_no }} | {{--{{ $Student->course_title }} | --}}@if ($Student->date) {{ date_format(date_create($Student->date), 'd-m-Y') }} @endif | {{ $Student->reson }} |