@foreach($product_warehouses as $key=> $row)
|
|
{{ $row->product->currentDescription?->title ?? '-' }} |
{{ $row->product->currentDescription?->title ?? '-' }} |
{{ $row->option->currentDescription->title ?? __('product_warehouses.main_cost') }} |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
|
@endforeach
@if(count($product_warehouses) && $product_warehouses->hasPages())
@endif