@if(isset($graduate))
{{ Form::open(['class' => 'form-horizontal','route' => 'alumni.revert-as-student', 'method' => 'POST']) }}
Are you sure you want to revert this graduated student back to their status as a regular student ?
{{ Form::close() }}
@endif