@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
{{-- {{dd($subcategories)}} --}} @forelse($subcategories as $key => $val) @empty @endif
Sr {!! trans('category::sub_category.label.category_id')!!} {!! trans('category::sub_category.label.code')!!} {!! trans('category::sub_category.label.name')!!} {!! trans('AFRT Expected')!!} {!! trans('CAPA Count')!!} {!! trans('MTTR Expected')!!} {!! trans('GMDN Code')!!} {!! trans('UMDNS Code')!!} {!! trans('category::sub_category.label.utilization_unit')!!} {!! trans('category::sub_category.label.status')!!}
{{ @$key + 1 }} {{ $val->category->name }} {{ $val->code }} {{ $val->name }} {{ $val->afrt_expected }} {{ $val->capa_count }} {{ $val->mttr_expected }} {{ $val->gmdn_code}} {{ $val->umdns_code}} {{ $val->utilization_unit}} {{ $val->status }}
No Category
@stop