@extends('backend.layouts.master') @section('pageTitle') Statistic @endsection @section('bodyCssClass') @endsection @section('pageContent')

Statistic Content

Statistic * Marks are required feild

@csrf
{{ $errors->first('student') }}
{{ $errors->first('teacher') }}
{{ $errors->first('graduate') }}
{{ $errors->first('books') }}
@endsection