@extends('backend.layouts.master') @section('pageTitle') Student List @endsection @section('pageContent')

Student List

@if(count($errors->all()))
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @section('extraScript') @endsection