@extends('layouts.app') @section('title','Students') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('students-create', $authRolePermissions)) Add New @endif
@include('students.table')
@endsection