@extends('layouts.app', ['title' => __('Restaurant Menu Management')]) @section('admin_title') {{__('Menu')}} @endsection @section('content') @include('items.partials.modals', ['restorant_id' => $restorant_id])
{{ $item->description }}
@if($item->available == 1) {{ __("AVAILABLE") }} @else {{ __("UNAVAILABLE") }} @endif