@extends('layouts.app') @section('title', __('system.dashboard.menu')) @section('content')
@if ($food->food_image_url != null)
{{ $food->logo_name }}
|
{{ $food->local_lang_name }}{{-- {{ $user->email }} --}} |
{{ $food->created_at }}
|
@if ($foodCategory->category_image_url != null)
{{ $foodCategory->category_image_name }}
|
{{ $foodCategory->local_lang_name }}{{-- {{ $user->email }} --}} |
{{ $foodCategory->created_at }}
|
@if ($restaurant->logo_url != null)
{{ $restaurant->logo_name }}
|
{{ $restaurant->name }}{{ $restaurant->phone_number }} |
{{ $restaurant->created_at }}
|
@if ($user->profile_url != null)
{{ $user->logo_name }}
|
{{ $user->name }}{{ $user->email }} |
{{ $user->created_at }}
|