@extends('web.layouts.app') @section('title', 'Order Patient (Inactive)') @section('stylesheets') @endsection @section('banner')
{{ $greeting }} {{--

{{ $patient->title." ".$patient->name }} 👋

--}}
{{ $cart->total_cart }}
Ward wajib diisi.
@endsection @section('content')
    @foreach ($items as $item)
  • logo
    {{ $item->name }}
    {{ $item->description }}
  • @endforeach
VIEW MORE
@endsection @section('cart')
{{ csrf_field() }}
  • Total
    Rp 53.68
@endsection @section('menubar') @endsection @section('scripts') @endsection