@extends('layouts.master') @section('Title') List of Dishes @endsection @section('content')

Dishes

Manage all restaurants dishes

List of Dishes

@foreach($dishes as $dish) @endforeach
ID Image Name Restaurant Item Category Price Active Action
#{{$dish->id}} {{$dish->name}} {{$dish->description}} {{$dish->id}} KD{{$dish->price}} Active
ID Image Name Restaurant Item Category Price Active Action
@endsection @section('scripts') @endsection