@extends('layouts.app') @section('content') {{-- HERO SECTION --}}
@forelse($banners as $banner)
{{-- Dynamic Content for this Slide --}}
@empty

Welcome to Shalik

Explore Menu
@endforelse
{{-- CATEGORIES --}}

Explore

Popular Categories

{{-- FEATURED DISHES --}}

Chef's Choice

Signature Dishes

{{-- STORY SECTION --}}

Our Heritage

A Story Rooted in
Bengali Tradition

Shalik Restaurant was born from a deep love for authentic Bengali cuisine — the kind passed down through generations, cooked slowly with care, spiced with memory, and served with unwavering hospitality.

"আমাদের রান্নায় আছে মায়ের হাতের স্পর্শ, দেশের মাটির সুগন্ধ।"

@foreach([['12+','Years of Excellence'],['50K+','Happy Guests'],['3','Branches']] as [$num,$label])
{{ $num }}
{{ $label }}
@endforeach
Our Story
হালাল খাবার
{{-- RESERVATION CTA --}}

Reserve Your Seat

Book Your Table Today

Experience the finest Bengali hospitality. Reserve your table in advance for a seamless dining experience.

{{-- REVIEWS --}} @if($reviews->count())

Testimonials

What Our Guests Say

@foreach($reviews as $review)
@for($i=0;$i<$review->rating;$i++)@endfor

"{{ $review->content }}"

{{ $review->customer_name }}
{{ $review->customer_name }}
{{ $review->customer_location }}
@endforeach
@endif {{-- ACTIVE OFFERS --}} @if($activeOffers->count())

Special Deals

Ongoing Offers

@endif {{-- BRANCHES --}} @if($branches->count())

Find Us

Our Locations

@foreach($branches as $branch)

{{ $branch->name }}

@if($branch->is_main)(Main Branch)@endif

{{ $branch->address }}, {{ $branch->city }}

{{ $branch->phone }}

{{ $branch->opening_time }} – {{ $branch->closing_time }}

Book Here
@endforeach
@endif {{-- LATEST BLOG --}} @if($latestBlogs->count())

Latest Stories

From Our Blog

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