@include('new_layouts.header') @include('hrm.hrm_main')

Award Type

@can('create award type') {{__('Create')}}   @endcan
@foreach ($awardtypes as $awardtype) @endforeach
{{__('Award Type')}} {{__('Action')}}
{{ $awardtype->name }}
@can('edit award type') @endcan @can('delete award type') {!! Form::open(['method' => 'DELETE', 'route' => ['awardtype.destroy', $awardtype->id],'id'=>'delete-form-'.$awardtype->id]) !!} {!! Form::close() !!} @endcan
@include('new_layouts.footer')