@extends('layouts/eims_layout') @section('title', '| ' . $pageTitle) @section('content') @include('successMsg')
Edit {{ $pageTitle }}
{!! Form::open(['id' => 'examSeatPlan_form', 'method' => 'POST']) !!}
  • {{$examActivityName}}

  • {{$programLabel}} : {{ $programName }}
  • Session : {{ $sessionName }}
  • Date : {{ request()->academic_exam_routine_date }}
@foreach($editAcademicExamSeatPlan as $key => $seatPlan) @endforeach
Class/Semester * Building * Floor * Room * Available Seat* Student ID Start * Student ID End * FillUp Seat * Action

@if ($loop->first) @else @endif
{{-- Submit Button --}} {!! Form::close() !!}
@endsection