@extends('layouts.app') @section('title', 'Online Payment') @section('content')

Online Payment Response

@php $fontColor = $textColor==null ? 'text-primary' : $textColor; @endphp

{{$message}}

Transaction Id
Amount
{{$payment->amount}}
Buyer Name
{{$payment->buyer_name}}
Email
{{$payment->email}}
Contact No.
{{$payment->mobile}}
@stop @section('javascript') @endsection