@extends('admin.layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Teacher

@endsection @section('breadcrumb-items') @endsection @section('content')
Add Teacher
@csrf
@if($errors->any()) @endif @if(Session::has('message')) @endif

{{--

@if((isset($service)) && ($service->hasMedia('icons'))) @endif
--}}
@endsection @section('script') @endsection