@extends('store.layout') @section('title', __('Payment Cancelled')) @section('content')

{{ __('The payment has been cancelled. Please try again later.') }}

@endsection