@if (Session::has('success'))
@foreach ($batches as $batch)
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
List Of Batches
{{ $loop->iteration }} | {{ $batch->class_name }} | {{ $batch->subject_name }} | {{ $batch->tutor_name }} | {{ $batch->batch_name }} | {{ $batch->batch_description }} |
@if ($batch->batch_status == 1)
Active
@else
Inactive
@endif
batch_status == 1) then checked @endif>
|
|
{!! $batches->links() !!}