@extends('layout.pub_layout') @section('title', 'vendor-dashboard') @section('body') @section('header', 'Food Info Details') @section('badge') @endsection

Food Info Details

{{--
{{ $store->category->name }}
--}} {{-- @if (!empty($store->image))
@endif --}} {{--
{{ $store->pub->name }}
--}} {{--
{{ $store->price }}
--}} {{--
{{ $store->name }}
{{ $store->price }}
--}} @if (!empty($store->image))
no image
@endif
@endsection