@extends('layouts.master') @section('title',__('index.award_types')) @section('action',$awardTypes->title) @section('button')
@endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.awardManagement.types.common.breadcrumb')
@forelse($awardTypes->awards as $key => $value) @empty @endforelse
# {{ __('index.employee_name') }} {{ __('index.awarded_date') }} {{ __('index.gift_item') }}
{{++$key}} {{ ucfirst($value->employee?->name) }} {{\App\Helpers\AppHelper::formatDateForView($value->awarded_date)}} {{ucfirst($value->gift_item)}}

{{ __('index.no_records_found') }}

@endsection