@extends('layouts.v2.frontend-user-backend') @section('title', '| payment success') @section('content')

Verify Document

@if(isset($verificationError))
{{ $verificationError }}
@else

Verify the document you downloaded that was received from the attorney

@csrf
@endif
@endsection @section('page-js') @endsection