@extends('Admin.layout.master') @section('title', 'Student Detail') @section('content')
@if (Session::has('message')) @endif

Student Detail

Back
First Name {{$student->first_name}}
Last Name {{$student->last_name}}
Image
Father Name {{$student->parent_name}}
Student Contact No {{$student->student_mobile_no}}
Class {{$student->discipline->name}}
Registration No {{$student->registration_date}}
Gender {{$student->gender}}
Blood Group {{$student->blood_group}}
Address {{$student->address}}
@endsection