Nomor Order : {{$isi->no_order}}
@if($isi->status=='New')

@elseif($isi->status=='Draft')

@elseif($isi->status=='Process to Admin')

@elseif($isi->status=='Delivery Partial')

@elseif($isi->status=='Delivery Full Filled')

@elseif($isi->status=='Cancel')

@endif
Tanggal Order : {!! date('d-m-Y H:i:s', strtotime($isi->tgl_order)) !!}





Detail Customer
Nama Perusahaan {{$isi->customercompany}}
Nama PIC {{$isi->pic_person}}
No HP / Whatshapp PIC {{$isi->pic_mobilephone}}
Email {{$isi->email}}
No Telpon {{$isi->telephone}}
Provinsi {{$provinsi_customer}}
Kota / Kabupaten {{$kota_customer}}
Kecamatan {{$kecamatan_customer}}
Kodepos {{$isi->postalcode}}
.
Sales {{$sales->nama}}
Email {{$sales->email}}
Phone {{$sales->no_telp}}

Provinsi {{$provinsi}}
Kota / Kabupaten {{$kota}}
Kecamatan {{$kecamatan}}
Kode Pos {{$isi->postalcode_address}}
Telepone {{$isi->telephone_address}}
Fax {{$isi->fax_address}}
Email {{$isi->email_address}}





@foreach($product as $item) @endforeach
NO Product ID Nama Gambar Uom sales Jumlah Harga Diskon Total Harga
{{$no++}} {{$item->product_id}} {{$item->product_name}} Logo {{$item->uom_sales}} {{$item->qty}} Rp, {!! number_format($item->price) !!} where('id_sales_order_product',$item->id) ->first(); ?> @if($diskon->discount_rupiah!='') Diskon: Rp {!! number_format($diskon->discount_rupiah) !!} @endif @if($diskon->discount_persen!='') Diskon: {{$diskon->discount_persen}} % @endif @if($diskon->npl_rupiah!='') NPL: Rp {!! number_format($diskon->npl_rupiah) !!} @endif @if($diskon->npl_persen!='') NPL: {{$diskon->npl_persen}} % @endif @if($diskon->special_rupiah!='') Special: Rp {!! number_format($diskon->special_rupiah) !!} @endif @if($diskon->special_persen!='') Special: {{$diskon->special_persen}} % @endif Rp, {!! number_format($item->total_price) !!}
@foreach($riwayat_status as $rs) @if($rs->status=='New') @elseif($rs->status=='Draft') @elseif($rs->status=='Process to Admin') @elseif($rs->status=='Delivery Partial') @elseif($rs->status=='Delivery Full Filled') @elseif($rs->status=='Cancel') @endif @endforeach
NO Status Tanggal
{{$no_rs++}}

New

Draft

Process to Admin

Delivery Partial

Delivery Full Filled

Cancel

{!! date('d-m-Y H:i:s', strtotime($rs->created_at)) !!}
.
Keterangan Order @if($isi->keterangan_order!=''){{$isi->keterangan_order}}@else - @endif
Biaya Kirim @if($isi->biaya_kirim!='') Rp {!! number_format($isi->biaya_kirim) !!} @else - @endif
Cara Pembayaran @if($cara_pembayaran!=''){{$cara_pembayaran}}@else - @endif
Lama jatuh tempo @if($isi->lama_jatuh_tempo!=''){{$isi->lama_jatuh_tempo}}@else - @endif
PPN {{$isi->ppn}} %
Total Harga Rp {!! number_format($isi->grand_total) !!}