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

{{$judulmodul}}

{{csrf_field()}}

Detail Pembelian

@foreach($detail as $row) @endforeach
Kode Nama Item Qty Harga Disc Total
{{$row->kode_bahan}} {{$row->nama_bahan}} {{$row->qty}} {{$row->satuan}} {{number_format($row->harga)}} {{$row->disc}} % {{number_format($row->total)}}

@endsection