@extends('layouts.app') @section('content')

{{ __('Thank you for your purchase!') }}

{{ __('Payment for') }} {{ $theme['name'] }} {{ __('was successful') }}

{{ __('For further instructions and details please contact our support team') }}
@endsection