@extends('layouts.app') @section('title', 'Home') @section('meta_description', 'Home') @section('content')
@foreach($result_home_services as $result_home_service)
{{ $result_home_service->name }}
{{ $result_home_service->name }}
{{ $result_home_service->button_text }}
@endforeach
Free Easy Returns

Return to 7 days

Free Delivery Monday

Orders over £499

All Day Support

24/7 Support care

Secure checkouts

100% protected by Paypal

The fastest way to sell your

GOLD

Gold Coins

£150m+

Gold Bought

133k

Happy Customers

3 mins

Average Checkout

Trending Products

@php // Simple currency symbol helper $symbol = fn($c) => match(strtoupper($c ?? 'GBP')) { 'GBP' => '£', 'USD' => '$', 'EUR' => '€', default => '' }; @endphp @foreach ($newtrending as $p)
WG:{{ number_format($p['weight_g'] ?? 0,3) }} g
{{ $p['brand'] ?? Str::title($p['metal'] ?? '') ?: '—' }}   |   SKU: {{ $p['sku'] ?? '—' }}
{{ \Illuminate\Support\Str::limit($p['title'] ?? 'Untitled', 12) }}

@if(isset($p['in_stock']) && $p['in_stock']) In Stock @else {{ ucfirst($p['availability'] ?? 'Low Stock') }} @endif

@php $dp = $p['display_price'] ?? $p['price'] ?? null; $cur = $p['currency'] ?? 'GBP'; @endphp @if(is_numeric($dp)) Less then {{ $symbol($cur) }}{{ number_format((float)$dp, 2) }} @else Price on request @endif

@if(!empty($p['url'])) @else @endif
@endforeach
Our Legacy

Inspiring excellence in the industry since

@php $cards = ''; $dots = ''; foreach($result_home_process as $index => $resulthomeprocess) { // crew card $cards .= '
'.$resulthomeprocess->name.'
'; // crew dot $dots .= '
'; } @endphp

Discover More

Gold

{!! $dots !!}
Dive into the enchanting world of gold

Explore the art of minting precious metals

@if($resulthome && $resulthome->image != "") @else

No video uploaded

@endif

Newsroom

@foreach($testimonials as $testimonial)

@endforeach
Latest Market Comment
Weekly Gold & Silver Outlook

Spot gold held firm on light volumes while silver saw brief intraday spikes. Our desk expects range-bound trade near-term with dips met by retail demand.

Understanding UK Hallmarking

A quick refresher on Assay Office hallmarks, carat stamps and fineness marks—what they mean for valuations when selling jewellery with SJL Trusted Jewels.

How SJL Values Your Pieces

Our transparent process: metal purity testing, gemstone assessment and live market pricing to ensure a fair, fast and trusted offer for your items.

@endsection