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

{{ __("You're all set!") }}

{{ __('Order')." #".$order->id_formated }}

{{ __("Your order is created. You will be notified for further information.") }}
@if (!config('app.isdrive',false))
{{ __("Thanks for your purchase") }}, {{ $order->restorant->name }}
@if (config('settings.wildcard_domain_ready')) {{ __('Go back to restaurant') }} @else {{ __('Go back to restaurant') }} @endif @endif @if (config('app.isqrsaas'))


{{ __('My Orders') }} @endif @if ($showWhatsApp) {{ __('Send order on WhatsApp') }} @endif @isset($whatsappurl) @endisset
@endsection