Manage History
View History
@if(Session::has('success'))
{{--{!! Form::model($history,['route'=>['history_update',$history->id],'method'=>'PUT']) !!}
{!! Form::close() !!}--}}
Message : {!! Session::get('success') !!}
@endif
@if(count($errors) > 0)
Error:
@endif
-
@foreach($errors->all() as $error)
- {!! $error !!} @endforeach
Exam Total Category :
{{ $category }}
Total Question :
{{ $question }}
Total Exam :
{{ $exam }}
History Title :
First History :
Second History :
Third History :
{!! Form::submit('Update History', ['class'=>'btn btn-primary btn-block btn-lg margin-top-20']) !!}