@vite(['resources/css/app.css'])

Shop

@foreach($brands as $brand)

{{ $brand->brand_name }}

@endforeach
@foreach($products as $product)
{{ $product->name }}
Rating:

{{ $product->name }}

{{ substr($product->description, 0, 200) }}{{ strlen($product->description) > 200 ? '...' : '' }}

Product Price: ₱{{ number_format($product->price, 2) }}

360 570
@endforeach

Cart

    Grand Total: ₱0.00