@extends('layouts.order') @section('container') @php $tables = json_encode($tables); echo " "; @endphp
All Menu's
{{--
--}}
Current Order
Table
{{ now()->format('Y-m-d') }}
@csrf
Subtotal
Rp 0
Ppn
10%

Total
Rp 0
Choose Table
@endsection