@extends('layouts.app') @section('title') {{ $moduleName }} -> {{ $breadcrumbCurrentName }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.maintenance-left-sidebar') @stop @section('content')

{{__('lang.search_criteria')}}


@csrf @include('admin.maintenance.noc-checklist-category.partials.search')
@if (count($noc_checklist_category) > 0) @foreach ($noc_checklist_category as $item) @include('includes.misc.deleted_by', ['item' => $item]) @endforeach
{{__('lang.sno')}} {{__('lang.category_name')}} {{__('lang.options')}}
{{ $loop->iteration }} {{ $item->product_type->name }}
{{__('lang.sno')}} {{__('lang.category_name')}} {{__('lang.options')}}
@else
{{__('lang.there_has_no_data')}}
@endif
{{ $noc_checklist_category->appends(request()->toArray())->links() }}
@stop @push('include-css') @endpush @push('include-js') {{-- --}} @endpush