@extends('Website.Includes.header', ['meta_Details' => $meta_details]) @section('content') @php use App\Models\GeneralSettings; // Fetch all required options in one query $settings = GeneralSettings::whereIn('option', ['_b_number']) ->pluck('value', 'option'); $b_number = $settings['_b_number'] ?? '#'; @endphp @if ($page->permalink == 'about-us')
Background Image

{{$page->title}}

Sydney Quality Meats: {{$page->title}}

Image
Image
small image

years of
experience

25+

ABOUT Sydney Quality Meats SHOP

{{ $page->hero_heading ?? 'No Heading' }}

{!! $page->content ?? '' !!}
HEALTH AND SAFETY
100% FRESH PRODUCE
QUALITY OF MEAT
95%

0

YEAR OF EXPERIENCE

0K

TONS OF MEAT

0K

HAPPY CUSTOMERS

0

MEAT PRODUCTS

Image
DELIVERY SERVICE

Express delivery to your doorstep

A meat store is a specialized retail establishment that offers a wide range of fresh and high-quality meats, including beef, pork, chicken, lamb, and other varieties. At a meat store, customers can find a variety of cuts and preparations, from steaks and roasts to ground meats and sausages.

CALL FOR DELIVERY {{$b_number}}
delivery-1-1
natural organic meat natural organic
delivery-1-2
@foreach($brands as $brand)
Card image cap
@endforeach
@else
Background Image

{{$page->title}}

Sydney Quality Meats: {{$page->title}}

{{ $page->hero_heading ?? '' }}

{!! $page->content ?? '' !!}
@endif @endsection