{{-- resources/views/admin/crm/batches/index.blade.php --}} @extends('layouts.app') @section('title', 'Batches Management') @push('styles') @endpush @section('content')
@include('admin.crm.batches.components.top_part')
Batch ID Training Center Assessment Date Candidates Assessor Stage/Status Created At Actions
@include('admin.crm.batches.components.filter') @endsection @push('scripts') @endpush