{{-- --}} @include('partials.user.header')
@include('partials.user.home') @include('partials.user.aboutUs') {{--
@if($aboutUs && $aboutUs->image) About Us Image @else Default About Us Image @endif

Discover the Essence of DeMi Coffee

@if($aboutUs && $aboutUs->descAboutUs)

{!! nl2br(e($aboutUs->descAboutUs)) !!}

@else

At DeMi Coffee, we don't just brew coffee; we craft moments of joy, one cup at a time. Our journey begins with the finest beans, handpicked from around the globe and expertly roasted to perfection.

Whether you're seeking a quiet moment of reflection or a vibrant space to connect with friends, our welcoming atmosphere and expertly crafted beverages make every visit memorable. From rich espressos to creamy lattes and refreshing cold brews, each drink is made with passion and precision.

We believe that great coffee brings people together. Join us in celebrating the art of coffee-making and discover why DeMi Coffee has become a beloved destination for coffee enthusiasts everywhere.

@endif
--}} @include('partials.user.event') @include('partials.user.sliderProduct') @include('partials.user.customerImage') {{--

News

@foreach ($news as $new)
{{ $new->desc }}
{{ $new->desc }}
{{ \Carbon\Carbon::parse($new->date_start)->format('d-m-Y') }} @if ($new->date_end) until {{ \Carbon\Carbon::parse($new->date_end)->format('d-m-Y') }} @endif
@endforeach
--}} {{--
A Brew To Beat The Blues
Fuel your day with a dose of energy. Whatever your diet or preferences, there’s something for everyone.
@foreach ($sliderProducts as $product)
{{ $product->name }}


{{ $product->name }}

@if($product->temperature == 1) @elseif($product->temperature == 2) @elseif($product->temperature == 3) @else @endif
@endforeach
×
Product Image



INGREDIENT:

--}} {{--

Our café is the perfect spot for business, friends, or relaxation. Enjoy a cozy atmosphere and the rich aroma of our great coffee.
Experience something special with every visit.

--}} {{-- --}} {{--
--}} {{-- @include('partials.user.contactUs') --}}
@stack('scripts')