@extends('layouts.frontend') @section('title', '| payment success') @section('content')
@if(isset($verificationError))
{{ $verificationError }}
@else
Verify the document you downloaded that was received from the attorney
@csrf
@endif
@endsection @section('page-js') @endsection