@extends('web.layouts.app')
@section('title', 'Order Doctor')
@section('stylesheets')
@endsection
@section('banner')
Ward wajib diisi.
@endsection
@section('content')
@foreach ($items as $item)
-
@endforeach
VIEW
MORE
@endsection
@section('cart')
@endsection
@section('menubar')
@php
$currentHour = (int) now()->timezone('Asia/Jakarta')->format('H');
$isStoreOpen = $currentHour >= 9 && $currentHour < 21;
@endphp
@endsection
@section('scripts')
@endsection