@extends('layouts.admin') @section('content')

Add Staff

@csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('password')) {{ $errors->first('password') }} @endif
@if($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if($errors->has('teacher_id')) {{ $errors->first('teacher_id') }} @endif
@if($errors->has('subject')) {{ $errors->first('subject') }} @endif

Fatal error: Uncaught Error: Class 'App\Classes' not found in /home/vsajaipu/public_html/laravel/resources/views/admin/staff/add.blade.php:84 Stack trace: #0 {main} thrown in /home/vsajaipu/public_html/laravel/resources/views/admin/staff/add.blade.php on line 84