@extends('layouts.admin') {{ config('app.name', 'Laravel') }} | Admin | View Batch @section('main-content')
@if(Session::has('success')) @endif

Batch / {{ucwords($batch[0]->name)}}

Edit @if (!$check_enrollments_exists)
@csrf @method('DELETE')
@endif
Card image cap

{{ucwords($batch[0]->name)}}

( {{$batch[0]->teacher->first_name?ucwords($batch[0]->teacher->first_name):'N/A'}} {{$batch[0]->teacher->last_name?ucwords($batch[0]->teacher->last_name):'N/A' }} )
  • Mode: {{strtoupper($batch[0]->mode)}}
  • Standard: {{$batch[0]->class_name}}
  • Start Time: {{date("h:i a", strtotime($batch[0]->start_time))}}
  • End Time: {{date("h:i a", strtotime($batch[0]->end_time))}}
Educator Details Students List
@endsection