@extends('layouts/ums_layout') @section('title', '| New Course Registration') @section('content')
Add Course Registration
@foreach($viewCourseRegDetails as $viewCourseRegDetail) @endforeach
#SL Title Code Credit Hour Amount
{{++$no}} {{$viewCourseRegDetail->title}} {{$viewCourseRegDetail->code}} {{$viewCourseRegDetail->creditHour}} {{$viewCourseRegDetail->amount}}

{!! Form::label('submit', ' ', ['class' => 'col-sm-3 control-label']) !!}
{{-- {!! Form::button('Save', ['id' => 'add', 'class' => 'btn btn-info']) !!} --}}
@if($viewCourseRegDetail->status =='pending') {{-- {{ Form::reset('Reset', ['class' => 'btn btn-warning']) }} --}} Edit @endif Close
{!! Form::close() !!}
@endsection {{-- --}}