@extends('layouts.master') @section('title',__('index.asset_types')) @section('action',__('index.lists')) @section('button') @can('create_type') @endcan @endsection @section('styles') @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.assetManagement.types.common.breadcrumb')
@lang('index.asset_type_filter')
@if(!isset(auth()->user()->branch_id))
@endif
@lang('index.reset')
{{ __('index.asset_type_list') }}
@canany(['edit_type','delete_type']) @endcanany @forelse($assetTypeLists as $key => $value) @empty @endforelse
# {{ __('index.name') }} {{ __('index.asset_item_count') }} {{ __('index.status') }}{{ __('index.action') }}
{{++$key}} {{ucfirst($value->name)}} {{$value->assets_count}}
    @can('edit_type')
  • @endcan @can('delete_type')
  • @endcan

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

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