@extends('master') @section('title', 'Student List') @section('breadcrumbMainTitle', 'Student List') @section('content')
@include('message')
# Student Name Student Id Father Name Mother Name Active Action
@include('student.partials.formModal') @endsection @section('page_script') @endsection