@extends('layouts.main') @section('title', 'Products') @section('main')
{{ $descriptions[0] }}
@elseNo description available.
@endifPrice: ${{ number_format($product->base_product['listed_price'], 2) }}
In Stock: {{ $product->base_product['in_stock'] == 'yes' ? 'Yes' : 'No' }}
{{-- View Details--}} View Details