@extends('layouts.app') @section('title', $p['title']) @section('content')
SJL Trusted

SKU {{ $p['sku'] }}

Availability:@if($p['availability'] === 'pre_order') Pre Order @elseif($p['availability'] === 'in_stock') In Stock @else Sold Out @endif

@php $isFavorited = in_array($p['external_id'], $favoritedIds); @endphp

{{ $p['title'] }}

{{$p['long_desc']}}

Metal

{{$p['front_metal']['name']}}

Weight

{{$p['weight_g']}} Grams

Fineness

{{$p['fineness']}}

Manufacturer

{{$p['brand']}}
@if($alreadyInCart) @else
@csrf
-
+

£{{ number_format($price ?? 0,2) }}

@endif
@push('scripts') @endpush @endsection