@extends('layouts.fillform') @section('heading') {{ $data->reference }} @endsection @section('logo') {{ $data->logo }} @endsection @section('content')

Thank you!

This payment is already completed. No further action required.

@isset ($data->payment_reference)
Payment Amount : {{ number_format($data->amount,2) }}
Payment Reference : {{ $data->payment_reference }}
Payment Time : {{ $data->payment_time }}
@endisset

Having trouble? Contact us

Visit our homepage

@endsection @section('footer') @endsection