@extends('menu/index') @section('konten-transaksi')
@include('flash-message') @include('Transaksi/layout-transaksi/navbar-transaksi')
{{-- form input pesanan start --}} @include('Transaksi.form-input-pesanan') {{-- form input pesanan end --}}
{{-- Pesanan --}}

{{-- nama pemesan --}}

List Pesanan
{{-- table transaksi start --}} @include('Transaksi/layout-transaksi/table-daftar-transaksi') {{-- table transaksi end --}}

@csrf
@if ($errors->has('for_nama_pemesan'))
{{$errors->first('for_nama_pemesan')}}
@endif
@if ($errors->has('for_nomor_meja'))
{{$errors->first('for_nomor_meja')}}
@endif
@if ($errors->has('for_metode_bayar'))
{{$errors->first('for_metode_bayar')}}
@endif
@if ($errors->has('for_alamat_delivery_order'))
{{$errors->first('for_alamat_delivery_order')}}
@endif
@if ($errors->has('for_no_hp_customer'))
{{$errors->first('for_no_hp_customer')}}
@endif
@if ($errors->has('for_ongkir'))
{{$errors->first('for_ongkir')}}
@endif
@if ($errors->has('for_metode_bayar'))
{{$errors->first('for_metode_bayar')}}
@endif
@if ($errors->has('for_status_bayar'))
{{$errors->first('for_status_bayar')}}
@endif
{{-- s --}}
@endsection