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

{{ __("Order payment canceled!") }}

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

{{ __("You can make another try to pay.") }}
{{ __("Thanks for your purchase") }}, {{ $order->restorant->name }}
@if (config('settings.wildcard_domain_ready')) {{ __('Go back to restaurant') }} @else {{ __('Go back to restaurant') }} @endif
@endsection