@extends('layouts.app') @section('title', 'Annulation de votre commande') @section('styles') @endsection @section('content')

{{ __('shop.checkout_cancel_title') }}

{{ __('shop.checkout_cancel_order_canceled') }}

{{ __('shop.checkout_cancel_order_canceled') }}

{{ __('shop.checkout_cancel_order_error') }}

@if($order && $order->order_reference) {{ __('shop.checkout_cancel_order_reference') }} : #{{ $order->order_reference }} @endif

{{ __('shop.checkout_cancel_order_back_to_shop') }}

@endsection