@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.

@endif

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
  

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.

Contact

Address

{{ $contactDetails->address ?? 'No.67 A (Ground Floor), Jalan Diplomatik, Presint 15, 62050 Putrajaya' }}

Call Us

{{ $contactDetails->contactNo ?? '0192275868' }}

Email Us

{{ $contactDetails->emailadmin ?? 'admin@demicoffee.demigroup.com.my' }}

@csrf
Your message has been sent. Thank you!
An error occurred. Please try again.
@stack('scripts')