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

Data {{ $title }}

@foreach($datas as $data) @foreach($data->detail as $detail)
Warning: Undefined variable $detail in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 163

Warning: Attempt to read property "harga_barang" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 163

Warning: Attempt to read property "harga_jual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 163

Warning: Undefined variable $detail in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 163

Warning: Attempt to read property "diskon" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 163

Warning: Undefined variable $detail in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 165

Warning: Attempt to read property "jumlah" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 165

Warning: Undefined variable $detail in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 165

Warning: Attempt to read property "harga_barang" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 165

Warning: Attempt to read property "harga_jual" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 165

Warning: Undefined variable $detail in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 165

Warning: Attempt to read property "diskon" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 165

Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 166

Warning: Attempt to read property "jumlah" on null in /home/aplikasiposinfo/public_html/ayam-canton.aplikasipos.info/resources/views/laporan/penjualan/penjualan_barang.blade.php on line 166
@endforeach @endforeach
No No Penjualan Tanggal Penjualan Total
Cash Laba Kredit Laba
{{ $no++ }} {{ $data->no_penjualan }} {{ $data->tgl_penjualan }}
Kode Barang Nama Barang
{{ $detail->harga_barang->kd_barang }} {{ $detail->harga_barang->barang->nm_barang }} @if($data->keterangan == "Cash") Rp.{{ number_format($ttl) }} @else Rp.0 @endif @if($data->keterangan == "Cash") Rp.{{ number_format($laba) }} @else Rp.0 @endif @if($data->keterangan == "Kredit") Rp.{{ number_format($ttl) }} @else Rp.0 @endif @if($data->keterangan == "Kredit") Rp.{{ number_format($laba) }} @else Rp.0 @endif
@endsection