@extends('front.layouts.app-auth') @section('content')
Campaigns > Payment
Secure Card Payment
Powered by Authorize.Net — {{ $env === 'production' ? 'Live' : 'Sandbox' }}
@include('admin.components.flash-message')
@csrf
Amount to pay
$ {{ $amount }}
We do not store your card details. Card data is tokenized securely via Authorize.Net Accept.js.
Summary
  • Campaign#{{ $campaignId }}
  • Amount$ {{ $amount }}
  • Environment{{ ucfirst($env) }}
@endsection @push('page_script') @endpush