@extends('layouts.admin') @section('title', 'Food Menu Management - ' . $vendor->vendor_name) @section('content')
Manage menu for {{ $vendor->vendor_name }} @if($vendor->dubai_area) in {{ $vendor->dubai_area }} @endif
{{ Str::limit($category->description, 80) }}
@endifFood categories need to be set up in the BizSpot Categories system first.
Manage Food Categories{{ Str::limit($item->description, 60) }}
@endif