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