@section('title') Awards @endsection @section('breadcrumbs') {{ Breadcrumbs::render('awards.index') }} @endsection
@if(count($awards) < 11) @endif
@foreach($awards as $award) @endforeach
Award Sort Order Status Created Date Actions
{{ $award->sort_order }}
Active
{{ $award->created_at->format('d M Y, h:i a') }} Actions
@if($awards->hasPages())
{{ $awards->links() }}
@endif
@push('scripts') @endpush