@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100'])
@section('content')
@include('layouts.navbars.auth.topnav', ['title' => 'Dashboard'])
@if (session('error'))
{{ session('error') }}
@endif
Food Products |
Ingredient Cost (RM) |
Action |
@foreach ($dishes as $dish)
|
|
|
@endforeach
@include('layouts.footers.auth.footer')
@endsection