@extends('layouts.app', ['title' => __('Orders')])
@section('admin_title')
{{__('Restaurant Management')}}
@endsection
@section('content')
{{ __('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')