@extends('layouts/eims_layout') @section('title', '| ' . $pageTitle) @section('content') @include('successMsg')
View {{ $pageTitle }}
{!! Form::open(['id' => 'exam_routine_form', 'method' => 'POST']) !!}
{{-- Table Section --}}
  • {{$data['examName']}}

  • {{$data['semesterClassName']}}
  • {{$data['programLabel']}} : {{$data['programName']}}
  • Session : {{$data['sessionName']}}
@foreach($data['data'] as $index => $value) @endforeach
Sl ADD Subject Date Shift Start Time End Time Duration
{{ $index + 1 }} {{ $value['name'] }} ({{ $value['subjectTypeLabel'] }})*

{!! Form::close() !!}
@endsection