@extends('layouts.master') @section('css') {{-- --}} @endsection @section('content')
@include('partial.flash')

Add Teacher / Employee

@csrf
has('email') ? ' has-error' : '' }}>
@if ($errors->has('email')) *{{ $errors->first('email') }} @endif
@endsection @section('js') @endsection