@extends('master') @section('css') @endsection @section('js') @endsection @section('content')
Product code: {{ $product->code }}
@endif @if ($product->content) {!! $product->content !!} @else {!! $product->summary !!} @endif @if (!empty($price))£{{ number_format($price, 2) }}
@if (!empty($price_srp))
SRP: £{{ number_format($price_srp, 2) }}
@endif
A promotion is available for this product. All promotional pricing will be validated on receipt of order.
@endifIn stock Stock availability is subject to change
@elseOut of stock
@endifCode | {{ $variants->first()->property }} | @if (Auth::check() && !Auth::user()->is_restricted())Availability | Price | SRP | @endif|
---|---|---|---|---|---|
{{ $variant->code }} | {{ $variant->value }} | @if (Auth::check() && !Auth::user()->is_restricted())@if ($variant->stock > 0) In stock @else Out of stock @endif | £{{ number_format($variant->price, 2) }} | £{{ number_format($variant->price_srp, 2) }} | @endif |
A promotion is available for this product. All promotional pricing will be validated on receipt of order.
@endif