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

Edit Staff

@method('PATCH') @csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @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/edit.blade.php:76 Stack trace: #0 {main} thrown in /home/vsajaipu/public_html/laravel/resources/views/admin/staff/edit.blade.php on line 76