@extends('backend.layouts.master') @section('pageTitle') Statistic @endsection @section('bodyCssClass') @endsection @section('pageContent') Statistic Content Dashboard Statistic Statistic * Marks are required feild @csrf Students* {{ $errors->first('student') }} Teachers* {{ $errors->first('teacher') }} Passing To College* {{ $errors->first('graduate') }} Books In Library* {{ $errors->first('books') }} @endsection