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

Create Teacher

Create Teacher

@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('mobile_number'))
{{ $errors->first('mobile_number') }}
@endif
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif

@endsection @section('js') @endsection