@extends('layoututama') @section('content')

Bayar Tagihan

{{csrf_field()}}

Detail Pesanan

@foreach($detail as $row) @endforeach
Kode Nama Item Qty Harga Disc Total
{{$row->kode_barang}} {{$row->nama_barang}} @if($row->is_banner == 1)
Ukuran : x Meter @endif
{{$row->qty}} {{$row->satuan}} {{number_format($row->harga)}} {{$row->diskon}} % {{number_format($row->total)}}
@endsection