@extends('layouts.admin.admin') @section('page-specific-styles') @endsection @section('title', 'Student List') @section('content')
Student List
@each('student.partials.table', $students, 'student')
S.No. Applicant Name Email Phone Prefered Intake Actions
@endsection @section('page-specific-scripts') @endsection