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

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

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

{{ __('Your order is created. You will be notified for further information.' )}}
{{ __('Thanks for your purchase').", " }}{{ $order->restorant->name }}
@if (config('settings.wildcard_domain_ready')) {{ __('Go back to restaurant') }} @else {{ __('Go back to restaurant') }} @endif @if ($showWhatsApp) {{ __('Send order on WhatsApp') }} @endif
@endsection