@if($award_categories->count())
@foreach($award_categories as $award_category)
{{$award_category->name}} |
{{$award_category->description}} |
{!!delete_form(['award-category.destroy',$award_category->id],['table-refresh' => 'award-category-table'])!!}
|
@endforeach
@else
{{trans('messages.no_data_found')}} |
@endif