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