@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 Verify Go to Dashboard @endif @endsection @section('page-js') @endsection