restaurant changes
This commit is contained in:
@ -23,9 +23,9 @@
|
||||
<tr>
|
||||
<th>S.N</th>
|
||||
<th>Title</th>
|
||||
<th>Fabric Category</th>
|
||||
<th>Product Category</th>
|
||||
<th>Product Code</th>
|
||||
<th>Price</th>
|
||||
<th>Status</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
@ -36,9 +36,9 @@
|
||||
<tr>
|
||||
<td>{{ $key + 1 }}</td>
|
||||
<td>{{ $product->name }}</td>
|
||||
<td>{{ optional($product->fabricCategory)->title }}</td>
|
||||
<td>{{ optional($product->category)->title }}</td>
|
||||
<td>{{ $product->code }}</td>
|
||||
<td>{{ $product->price }}</td>
|
||||
<td>{!! $product->status_name !!}</td>
|
||||
<td>
|
||||
<div class="hstack flex-wrap gap-3">
|
||||
|
Reference in New Issue
Block a user