@foreach($awards as $award) @endforeach
Name Description Image Action
{{ $award->name }} {{ $award->description }} @if($award->image) No Image Available @else - @endif {{ Form::open(['route' => ['admin.awards.destroy', $award->id], 'method' => 'delete']) }} {{ Form::button('', [ 'type' => 'submit', 'class' => 'btn btn-sm btn-danger btn-icon', 'onclick' => "return confirm('Are you sure you want to delete this award?')" ]) }} {{ Form::close() }}