@foreach($awards as $award) @endforeach
Title Description Image Action
{!! $award->title !!} {!! $award->description !!} No Image Available {!! 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() !!}