@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']}} 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 Download Receipt Go to Dashboard Click here to subscribe to the newsletter @endsection @section('page-js') @endsection
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.