@foreach($awards->sortby('name', SORT_NATURAL) as $award) @endforeach
Name Description Image Active Action
{{ $award->name }} {{ $award->description }} @if($award->image_url) No Image Available @else - @endif @if($award->active) @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() }}