@extends('layouts.app', ['title' => __('Orders')]) @section('admin_title') {{__('Restaurant Management')}} @endsection @section('content')

{{ __('Restaurant Management') }}

@if (config('settings.wildcard_domain_ready')) {{ $restorant->getLinkAttribute() }} @endif
@if(auth()->user()->hasRole('admin')) {{ __('Back to list') }} @endif @if (config('settings.wildcard_domain_ready')) {{ __('View it') }} @else {{ __('View it') }} @endif
{{ __('Restaurant information') }}
@include('partials.flash') @include('restorants.partials.info')
@include('restorants.partials.owner')

@include('restorants.partials.location')
@include('restorants.partials.hours') @if(auth()->user()->hasRole('admin')&&config('app.isqrsaas'))
@include('restorants.partials.plan') @endif
@include('layouts.footers.auth')
@endsection @section('js')