Sub Categoires
@include('general.valert')
| 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') }}