Batch List
| S.No | Batch ID | Batch Name | Trainers | Start Date | End Date | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $k + 1 }} | {{ $batch->batch_id }} | {{ ucwords($batch->batch_name) }} | {{ ucwords($batch->name) }} | {{ date('d-M-Y',strtotime($batch->start_date)) }} | {{ date('d-M-Y',strtotime($batch->end_date)) }} | {{ $batch->status==1?'Active':'Inactive' }} | View Edit |