@extends('layouts.master') @section('title',__('index.award_types')) @section('action',__('index.lists')) @section('button') @can('create_award_type') @endcan @endsection @section('styles') @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.awardManagement.types.common.breadcrumb')
@lang('index.award_type_filter')
@if(!isset(auth()->user()->branch_id))
@endif
@lang('index.reset')
{{ __('index.award_type_lists') }}
@canany(['update_award_type','delete_award_type']) @endcanany @forelse($awardTypes as $key => $value) @empty @endforelse
# {{ __('index.name') }} {{ __('index.award_distributed') }} {{ __('index.status') }}{{ __('index.action') }}
{{++$key}} {{ucfirst($value->title)}} {{$value->awards_count}}
    @can('update_award_type')
  • @endcan @can('delete_award_type')
  • @endcan

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

@endsection @section('scripts') @include('admin.awardManagement.types.common.scripts') @endsection