@extends('admin.adminlayouts.adminlayout') @section('head') @stop @section('mainarea')

{{$pageTitle}}

Add New Award

@if(Session::get('success'))
{!! Session::get('success') !!}
@endif
awards List
Hidden ID EmployeeID Awardee Name Award Gift Hidden Month For the Month Action
@include('admin.include.delete-modal') @stop @section('footerjs') @stop