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

Units

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