@extends('layouts.admin') @section('content')
Teaching Types @include('admin.errors.form-errors')

Add New Teaching Type

Create a Brand new Teaching Type

@csrf

Teaching Types List

@php $count=0 @endphp @foreach ($teachingTypes as $tt ) @endforeach
Id Name
{{++$count}} {{$tt->ttyname}}
@csrf
@endsection @section('admin-js') @endsection