@if($cek['message'] == 'Success')
@csrf
{{--
--}}
@if(count($detail_orders) > 0) @php $no = 1; @endphp @foreach($detail_orders as $detail_order) @php $no++; @endphp @endforeach @endif
Produk Harga (RMB) Harga (IDR) Qty Subtotal (RMB) Subtotal (IDR) Keterangan Aksi
{{$detail_order->nama_produk}} {{$detail_order->harga_yuan}} {{$detail_order->harga}} {{$detail_order->jumlah}} {{$detail_order->total_yuan}} {{$detail_order->total}} {{$detail_order->keterangan}}
@else
Data sudah pernah diubah sebelumnya, silahkan hubungi admin untuk informasi lebih lanjut.
@endif