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