@forelse ($produk as $in => $pro)
@if ($pro->foto)
@for ($i = 0; $i < $ci->setting->banyak_foto_tiap_produk; $i++)
@if (!empty($foto[$i]))
@endif
@endfor
@for ($i = 0; $i < $ci->setting->banyak_foto_tiap_produk; $i++)
@if (!empty($foto[$i]))
@if (is_file(LOKASI_PRODUK . $foto[$i]))
 }})
@else
 }})
@endif
@endif
@endfor
@else
 }})
@endif
{{ $pro->nama }}
Harga : {{ rupiah($pro->harga - $harga_potongan) }}
@if ($pro->potongan != 0)
{{ rupiah($pro->harga) }}
@endif