@extends('layouts.adminapp') @section('content') {{-- Student --}}
| Si No | Admission No | Name | Photo | Batch | Course | DOB | Guardian | Mobile | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ ++$si }} | {{ $Student->admission_no }} | {{ $Student->name }} |
|
{{ $Student->batchcourse->batch->title }} | {{ $Student->batchcourse->course->title }} | {{ date_format(date_create($Student->dob), 'd-m-Y') }} | {{ $Student->guardian }} | {{ $Student->mobile }} |