Change product name_detail, name to name, pid

This commit is contained in:
Deon George
2023-05-09 17:08:31 +09:00
parent 45dd74aad4
commit 790ece14d1
7 changed files with 29 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
<!-- $o = Product::class -->
<div class="col-md-12">
<p>{!! $o->name_detail !!}</p>
<p>{!! $o->name !!}</p>
</div>
<table class="table table-condensed">