@extends('back-end.master.app') @section('title', 'productCategory') @section('body') Public Literature Categories New No title En title ps Details Action @foreach ($category as $row) {{ $loop->iteration }} {{ $row->name_en }} {{ $row->name_ps }} {{ $row->details }} @endforeach {{ $category->links('pagination::bootstrap-4') }} @include('back-end.plcategories.modal') @endsection @section('pageJs') @endsection