@extends('layouts.app') @section('content')

Detail {{ $title }}

@foreach($data->detail as $dd)
Warning: Undefined variable $dd in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/invoice/detail.blade.php on line 60

Warning: Attempt to read property "qty" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/invoice/detail.blade.php on line 60

Warning: Undefined variable $dd in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/invoice/detail.blade.php on line 60

Warning: Attempt to read property "harga" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/invoice/detail.blade.php on line 60

Warning: Undefined variable $dd in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/invoice/detail.blade.php on line 62

Warning: Attempt to read property "qty" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/invoice/detail.blade.php on line 62
@endforeach
No Keterangan Harga (Rp) Qty Sub Total(Rp)  
1 {{ $dd->keterangan }} {{ number_format($dd->harga) }} {{ number_format($dd->qty) }} {{ number_format($subTotal) }}
TOTAL Invoice (Rp.) : 0 0

Data {{ $title }}

@csrf @if($data->rejected_id)
@endif
@endsection