@extends('layouts.app') @section('content')

{{trans('lang.award_plural') }}|{{trans('lang.award_desc')}}

@include('flash::message')
@include('awards.table')
@endsection