@extends('layouts.app') @section('title', 'ProductCategory') @section('content')

Product Category

Add New
@if($ProductCategorys->count() > 0) @endif {{--

ProductCategorys

--}}
@foreach ($ProductCategorys as $ProductCategory) @continue($ProductCategory->id==1) @endforeach
# Title Parent Action
{{ $loop->iteration-1 }} {{ $ProductCategory->title }} {{ $ProductCategory->Parent?->title }} Edit
@csrf @method('DELETE')
@endsection