@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} |Batches @endsection @section('content')

Batch Management

The following is the list of ticket batch(s) available

# Batch Name Actions
@endsection @section('modals') @include('dashboard.settings.batch.modals.batch_modal') @endsection @section('css') @endsection @section('scripts') @endsection