@extends('layout.admin_layout') @section('title', 'admin-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