Our Products

@foreach ($products as $product)
{{--
--}}
{{ $product->name }}
Rp. {{ number_format($product->price, 0, 2, '.') }}
@endforeach
@foreach ($roti as $product)
{{--
--}}
{{ $product->name }}
Rp. {{ number_format($product->price, 0, 2, '.') }}
@endforeach
@foreach ($bolu as $product)
{{--
--}}
{{ $product->name }}
Rp. {{ number_format($product->price, 0, 2, '.') }}
@endforeach