@extends('layouts.app') @section('title', 'Edit Batch') @section('page-title', 'Edit Batch') @section('breadcrumb', $batch->title) @section('content')
@csrf @method('PUT') @foreach($courses as $course) @endforeach @foreach($instructors as $instructor) @endforeach
@foreach(['upcoming','active','completed','cancelled'] as $st) @endforeach
Cancel
@endsection