@include('admin.Backend.Layout.common-head')
@include('admin.Backend.Layout.header') @include('admin.Backend.Layout.sidebar')

Sub Category Management

Add SubCategory

@php $pi = ($subcategory->currentPage() - 1) * $subcategory->perPage() + 1; @endphp @foreach($subcategory as $data) @php $pi++; @endphp @endforeach
S.no Sub Category Title Stauts Action
{{ $pi}} {{ $data['category_subtitle']}}
status === 'active' ? 'checked' : '' }}>
Edit
@csrf @method('DELETE')
S.no Sub Category Title Stauts Action
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')