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

Public Literature Categories

@foreach ($category as $row) @endforeach
No title En title ps Details Action
{{ $loop->iteration }} {{ $row->name_en }} {{ $row->name_ps }} {{ $row->details }}
{{ $category->links('pagination::bootstrap-4') }}
@include('back-end.plcategories.modal') @endsection @section('pageJs') @endsection