@foreach (explode("\n", $product->product_details) as $detail)
@if (trim($detail) != '')
- {{ $detail }}
@endif
@endforeach
Shoe Cabinet
@foreach ($product->specifications as $specs)
{{ $specs->specs->name }} |
{{ $specs->value }} |
@endforeach
{{ $product->product_description }}
Payment
@foreach (explode("\n", $product->payment_security) as $method)
@if (trim($method))
- {{ trim($method) }}
@endif
@endforeach