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

Categoires

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