@extends('admin.include.main') @section('content')
| {{$student->name}} | {{$student['standard']['class_name']}} - {{$student['section']['section_name']}} | ||
| {{$student['guardian']['father_name']}} | {{$student['phone_no']}} | ||
| {{$student['admit_no']}} | {{$student['roll_no']}} | ||
| {{$student['dob']}} | {{$student['address']}} | ||
| {{$student['email']}} | @if ($student['status'] == 0) Inactive @else Active @endif |