@extends('layouts.frontend') @section('title', '| payment success') @section('content')
@if(isset($invalidLink_error))
{{ $invalidLink_error }}
@else
Enter the Verification code which you received on your recent email to download your document
@csrf
@endif
@endsection @section('page-js') @if(isset($order_id)) @endif @endsection