@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Dashboard'])
Note: Prices highlighted in green indicate the cheapest price.
Ingredient | Weight (kg) | @foreach ($companies as $company)
@if($company->photo_url)
@endif Price (RM) {{ $company->company_name }} |
@endforeach
---|---|---|
{{ $ingredient->ingredient_name }} |
{{ $ingredient->ingredient_weight }} |
@foreach ($companies as $company)
@foreach ($ingredient->suppliers as $supplier)
@if ($supplier->company_ID === $company->company_ID)
{{ $supplier->ingredient_price }} |
@endforeach