@extends('admin.layouts.simple.master') @section('title', 'Batches') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')
# | Name | Batch Id | Limit | Course | Teacher | Status | Action |
---|---|---|---|---|---|---|---|
{{$key}} | {{ $batch->name }} | {{ $batch->batch_id }} | {{ $batch->limit }} | {{ $batch->course->name }} | {{ $batch->teacher->name }} | {{ ($batch->is_active == 1) ? 'Active' : 'Non Active' }} |
|