@extends('layouts.frontend') @section('title', '| payment success') @section('content')
@if(session('payment_error'))
{{ session('payment_error') }}
@endif
Your Payment was Successfully Processed for
{{$paymentData['form_name']}}
Success Image
Order ID : {{ strtoupper($paymentData['reference_id']) }}
@if($paymentData['edit_attempt_count'] == 0)

You are entitled to make edits to the form free of charge within the next 24 hours.
After this period, any modifications will incur a fee.

@endif
@endsection @section('page-js') @endsection