{!! Form::open(['route' => ['applications.accept', $id], 'method' => 'post']) !!}
{!! Form::button('ACCEPT', [ 'type' => 'submit', 'class' => 'btn btn-success', 'onclick' => 'return confirm("Are you sure want to accept this application?")' ]) !!}
{!! Form::close() !!}