@extends('layouts.main') @section('content')
{{ Form::open(['url' => "examinee/examexec/1", 'method' => 'POST', 'name' => 'form', 'id' => 'searchform']) }}
{{ $title }}
{{ $description }}
{{ Form::submit("   実行   ", ["class"=>"btn btn-success"]) }} 


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