@extends('layouts.app') @section('breadcrumb') @endsection @section('content')

{{ __('models/students.plural')}}

@include('admin.students.table')
@endsection @push('page_scripts') @include('includes.notify.success') @include('includes.notify.errors') @include('includes.notify.delete') @endpush