{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

All Batches

@foreach ($batchlist as $row) @endforeach
Course Name Mon Tue Wed Thur Fri Sat Sun
{{ $row ->name }} {{ $row ->Monday }} {{ $row ->Tuesday }} {{ $row ->Wednesday }} {{ $row ->Thursday }} {{ $row ->Friday }} {{ $row ->Saturday }} {{ $row ->Sunday }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection