@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

Assest Category Manager

@foreach ($categoryList as $key => $group) @endforeach
S.No Name Parent Description HSN GST Actions
{{$key + $categoryList->firstItem() }} {{ empty($group->name) ? 'N/A' : $group->name }} {{ empty($group->parent->name) ? 'N/A' : $group->parent->name }} {{ empty($group->description) ? 'N/A' : $group->description }} {{ empty($group->hsncode) ? 'N/A' : $group->hsncode }} {{ empty($group->gst) ? 'N/A' : $group->gst }}
@php if($categoryList->count() > 0) { @endphp {!! $categoryList->appends(request()->input())->links() !!} @php } @endphp
@endsection @section('extraJs') @endsection