@extends('admin.layout.master') @section('title', 'Students') @section('body')

Student List

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@can('student-create') Import @endcan
No Student Name Phone Email Address Actions
@endsection @push('script') @endpush