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

{{ __('You have successfully completed the payment.') }}

@endsection