@extends('layouts.app') @section('title', 'Create Batch') @section('page-title', 'Create Batch') @section('breadcrumb', 'Batches / New') @section('content')
@csrf @foreach($courses as $course) @endforeach @foreach($instructors as $instructor) @endforeach
@foreach(['upcoming','active','completed','cancelled'] as $st) @endforeach
Cancel
@endsection