@extends('layouts.backend')
@section('title')
@lang('backend.awards_views.page_name')
@endsection
@section('content')
@lang('backend.awards_views.page_name')
@include('backend.partials.errors')
@include('backend.partials.message')
@include('backend.awards.forms')
@endsection
@section('scripts')
@include('backend.partials.datepicker_with_min')
@endsection