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

Category Management

Add Category

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