@extends('admin.layouts.master') @section('title', 'Manage Batches') @push('styles') @endpush @section('content')
{{-- 1. Header --}}

Batch Manager

Overview of all active and upcoming courses.

Create Batch
{{-- 2. Call Livewire Component --}} @livewire('admin.batch.batch-list')
@endsection @push('scripts') @endpush