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