@if($user->awards->count() > 0)
{{ $award->name }} | {{ $award->description }} | {{ Form::open(['url' => url('/admin/users/'.$user->id.'/award/'.$award->id), 'method' => 'delete', 'class' => 'pjax_form form-inline']) }} {{ Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-small', 'onclick' => "return confirm('Are you sure?')", ]) }} {{ Form::close() }} |
This user has no awards