@extends('layouts.base') @section('content-header')

Kasir kasir 3.0

@endsection @section('content')
@foreach ($KelompokKategori as $key => $item)
@foreach ($item->kelompokKategoriPivot as $key2 => $kelompokKategoriPivot)
{{ $kelompokKategoriPivot->produk->nama_produk ?? '' }}
Special title treatment

With supporting text below as a natural lead-in to additional content.

{{-- @if ($item->kode_kelompok_kategori == 'MIN-PAK') Select Paket @else Go somewhere @endif --}} Go somewhere
@endforeach
@endforeach
Kode Pesanan {{ $orderCode }}
Menu Qty ⚙️
Total Rp. 0
Diskon (%)
Grand Total Rp. 0
Bayar
Kembali Rp. 0
@endsection @push('styles') @endpush @push('scripts') @endpush