@extends('master.app') @section('title', 'productCategory') @section('body')

Sub Categoires

@foreach ($SSubCategory as $row) @endforeach
No Parent title En title ps title Dr Action
{{ $loop->iteration }} {{ $row->category->title_en }} {{ $row->title_en }} {{ $row->title_ps }} {{ $row->title_dr }}
{{ $SSubCategory->links('pagination::bootstrap-4') }}
@include('configuration.SScategory.modal') @endsection @section('pageJs') @endsection