@extends('layouts.app', ['title' => __('Orders')]) @section('content')

@include('partials.flash')

{{ __('Restaurant Management') }}

@if (config('settings.wildcard_domain_ready')) {{ $restorant->getLinkAttribute() }} @endif
@if(auth()->user()->hasRole('admin')) {{ __('Back to list') }} @endif @if (!config('settings.is_pos_cloud_mode')&&!config('app.issd')) @if (config('settings.wildcard_domain_ready')) {{ __('View it') }} @else {{ __('View it') }} @endif @endif @if ($hasCloner) {{ __('Clone it') }} @endif {{ __('Login as') }}
{{ __('Restaurant information') }}
@include('restorants.partials.info') @if(auth()->user()->hasAnyRole(['admin','owner'])) @foreach ($vendorModules as $vendorModule)
@include($vendorModule.'::card') @endforeach @endif
@include('restorants.partials.owner')
@include('restorants.partials.location')
@include('restorants.partials.hours')
@if(auth()->user()->hasRole('admin'))
@include('restorants.partials.plan')
@endif
@include('layouts.footers.auth')
@endsection @section('js')