@php $sliders = \App\Models\Slider::active()->ordered()->get(); @endphp
@if ($sliders->count() > 0)
@foreach ($sliders as $index => $slider)
@if ($slider->image) {{ $slider->title ?? 'Slider Image' }} @else Default Background @endif
@if ($slider->title) {{ $slider->title }} @else Premium Taste, Delivered. @endif @if ($slider->description)

{{ $slider->description }}

@else

Savor the
Extraordinary

@endif
@if ($slider->link) Learn More @else Order Now @endif View Gallery
@endforeach
@if ($sliders->count() > 1)
@for ($i = 0; $i < $sliders->count(); $i++) @endfor
@endif
@else
Delicious Burger Background
Premium Taste, Delivered.

Savor the
Extraordinary

Experience a culinary journey like no other. Fresh ingredients, master chefs, and a passion for perfection in every bite.

@endif
About Gourmet Haven

Our Story

Passion for Flavour

At Gourmet Haven, we believe food is more than just sustenance—it's an experience. Founded in 2024, our mission has been to bring world-class dining to your doorstep.

We source only the freshest organic ingredients from local farmers to ensure every dish is vibrant, healthy, and bursting with flavor.

Fresh Ingredients
Fast Delivery
Master Chefs

Contact Us

We'd love to hear from you. Reach out or visit us today.

Send a Message

@csrf

Address

{{ \App\Models\Setting::where('key', 'address')->value('value') }}

Opening Hours

@php $openingHours = \App\Models\Setting::where('key', 'opening_hours')->value('value'); $closingHours = \App\Models\Setting::where('key', 'closing_hours')->value('value'); $openingFormatted = ''; $closingFormatted = ''; if ($openingHours) { try { $openingFormatted = \Carbon\Carbon::createFromFormat('H:i', $openingHours)->format('h:i A'); } catch (\Exception $e) { // Fallback if format doesn't match try { $openingFormatted = \Carbon\Carbon::parse($openingHours)->format('h:i A'); } catch (\Exception $e2) { $openingFormatted = $openingHours; } } } if ($closingHours) { try { $closingFormatted = \Carbon\Carbon::createFromFormat('H:i', $closingHours)->format('h:i A'); } catch (\Exception $e) { // Fallback if format doesn't match try { $closingFormatted = \Carbon\Carbon::parse($closingHours)->format('h:i A'); } catch (\Exception $e2) { $closingFormatted = $closingHours; } } } @endphp {{ $openingFormatted }} - {{ $closingFormatted }}

Contact

+88{{ \App\Models\Setting::where('key', 'phone')->value('value') }}
{{ \App\Models\Setting::where('key', 'email')->value('value') }}

Your Cart

Your cart is empty.