@extends('layouts.front') @section('title')@lang('Success') - {{config('app.name')}}@endsection @section('styles') @endsection @section('content')

Thank you

@if(session()->has('payment_success'))

Your payment is confirmed.

{{session('payment_success')}}

Go to order page
@endif
@endsection