@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 Sub Title Page Name Stauts Image Action
{{ $pi}} @if ($data->parent_id != 0) {{ $data->product_category_title }} @else {{ $data->product_category_title }} @endif {{ $data['category_subtitle']}} {{ $data['pg_url']}}
pg_status === 'active' ? 'checked' : '' }}>
Pages Image Edit
@csrf @method('DELETE')
S.no Category Title Sub Title Page Name Stauts Image Action
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')