@extends('frontend.layout') @section('pageHeading') {{ __('Payment Success') }} @endsection @section('style') @endsection @section('hero-section')
@endsection @section('content')

{{ __('Success') }}!

{{ __('Your transaction was successful') }}.

{{ __('We have sent you a mail with an invoice') }}.

{{ __('Thank you') }}.

@endsection