@extends('layouts.app') @section('title', __('system.restaurants.view.menu')) @push('page_css') @if ($restaurant->cover_image_url != null) @endif @endpush @section('content')
{{ $restaurant->type }}
@if ($user->profile_url != null)
{{ $user->logo_name }}
|
{{ $user->name }} |
{{ $user->email }}
|
{{ $user->phone_number }} | @if ($restaurant->id == auth()->user()->restaurant_id || auth()->user()->user_type == App\Models\User::USER_TYPE_ADMIN)user()->id == $user->id) href="{{ route('restaurant.profile') }}" @else href="{{ route('restaurant.users.edit', $user->id) }}" @endif class="btn btn-success">{{ __('system.crud.edit') }} | @endif