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

Food 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