@extends('Website.Includes.header', ['meta_Details' => $meta_details]) @section('content')
BG2
Professional butcher
SINCE 1996
Beef
logo
ABOUT Sydney Quality Meats SHOP

WE PROVIDE BEST MEAT

We are trusted by many clients from all over the country. We take pride in offering the finest cuts of meat, sourced from trusted farms that prioritize quality, sustainability, and ethical practices. Whether you’re looking for succulent steaks, fresh poultry, handcrafted sausages, or specialty cuts, we’ve got you covered.

RAW MEAT PRODUCTION BY LEADING FARM

PREMIUM CUTS
QUALITY SOURCING
CUSTOM BUTCHERING
FRESHNESS
BEST REVIEWS
100% ORGANIC
@php use App\Models\GeneralSettings; // Fetch all required options in one query $settings = GeneralSettings::whereIn('option', ['_instagram_link', '_facebook_link', '_twitter_link', '_youtube_link','_b_number','_header_logo','_footer_logo','_footer_logo','_b_street_address','_b_email','_b_area_address']) ->pluck('value', 'option'); $b_number = $settings['_b_number'] ?? '#'; @endphp
CALL FOR DELIVERY {{$b_number}}
BG1

0

YEAR OF EXPERIENCE

0K

TONS OF MEAT

0K

HAPPY CUSTOMERS

0

MEAT PRODUCTS

Professional butcher

MEAT ASSORTMENT

PRODUCTS PRICE

@foreach ($categories as $index => $category)
@forelse($category->products as $product)
{{ $product->title }}
{{ $product->title }}
@php $stoctMeta = $product->productMeta->firstWhere('option', '_stock_status'); $stock = $stoctMeta ? $stoctMeta->value : 'N/A'; @endphp

{{ $stock == 'in_stock' ? 'In Stock' : 'Out Of Stock' }}

@php $weightMeta = $product->productMeta->firstWhere('option', '_weight'); $weight = $weightMeta ? $weightMeta->value : 'N/A'; @endphp

{{ $weight }}KG

@php $priceMeta = $product->productMeta->firstWhere('option', '_price'); $price = $priceMeta ? $priceMeta->value : 'N/A'; @endphp

${{ $price }}

@empty
No Products Available In This Category
@endforelse
@endforeach
Img
Professional butcher Prime Meats

FEATURED PRODUCTS

@foreach ($featuredproducts as $featuredproduct) @php // Grab price and stock status from productMeta $priceMeta = $featuredproduct->productMeta->firstWhere('option', '_price'); $stockMeta = $featuredproduct->productMeta->firstWhere('option', '_stock_status'); $weightMeta = $featuredproduct->productMeta->firstWhere('option', '_weight'); $weight = $weightMeta ? $weightMeta->value : 0; $price = $priceMeta ? $priceMeta->value : 'N/A'; $stock = $stockMeta ? $stockMeta->value : ''; $gst = 0; // or set dynamically if applicable $discountData = $featuredproduct->discount_data ?? null; @endphp
{{ $featuredproduct->title }} @if ($stock != 'in_stock') Out of Stock @endif
@if ($discountData)

${{ $price }} ${{ $discountData['discounted_price'] }}

{{ $weight }} KG

@else

${{ $price }}

{{ $weight }} KG

@endif @if ($stock == 'in_stock')
@csrf
@else @endif
@endforeach

We offer both home delivery and a convenient click & collect option.

Professional butcher

WHY CHOOSE US

WE PROVIDE BEST MEAT
FROM OUR FARM

100% GRASS-FED

A meat shop is a retail establishment that specializes in

FREE HOME DELIVERY

A meat shop is a retail establishment that specializes in

QUALITY CONTROL

A meat shop is a retail establishment that specializes in

Premium Meat Cuts

NO CHEMICAL USE

A meat shop is a retail establishment that specializes in

HEALTH AND SAFETY

A meat shop is a retail establishment that specializes in

100% FRESH PRODUCE

A meat shop is a retail establishment that specializes in

@foreach($brands as $brand)
Card image cap
@endforeach
@endsection