@extends('layouts.app') @section('title', 'Create Instructor Track') @section('page-title', 'Create Instructor Track') @section('breadcrumb', 'Tracks / Create') @section('content')

Create a Instructor track by adding a title, description.

@csrf
0/60
@error('title')

{{ $message }}

@enderror
@error('instructor_id')

{{ $message }}

@enderror @if($instructors->isEmpty())

No instructors found. Add an instructor first.

@endif
@error('content_security')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
Cancel
@endsection