@extends('layouts.layout') @section('title', 'Manage History') @section('content')

Manage History


View History
@if(Session::has('success')) @endif @if(count($errors) > 0) @endif

Exam Total Category :

{{ $category }}

Total Question :

{{ $question }}

Total Exam :

{{ $exam }}

{{--{!! Form::model($history,['route'=>['history_update',$history->id],'method'=>'PUT']) !!}

History Title :

First History :

Second History :

Third History :

{!! Form::submit('Update History', ['class'=>'btn btn-primary btn-block btn-lg margin-top-20']) !!}
{!! Form::close() !!}--}}
@endsection