@extends('layouts.app') @section('content')
@include('layouts.left-menu')

Add Teacher

@include('session-messages')
@csrf
@include('layouts.footer')
@include('components.photos.photo-input') @endsection