@extends('layouts.app') @section('title', 'Verify eTCC - ERAS') @section('content')
{{-- Hero Section --}}

Verify eTCC

This section helps in verifying personal tax clearance certificate

{{-- Content Section --}}

Verify eTCC

@if(session('error'))
{{ session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif @if(session('documentStatus') === true)

The document you submitted passed the PDF certified validation test.

  • This is a true PDF Certified Document
  • @if(session('isSealed'))
  • Signed and Sealed by {{ session('organizationName', 'EIRS') }}
  • @else
  • Signed by {{ session('organizationName', 'EIRS') }}
  • @endif
@elseif(session('documentStatus') === false)

The document you submitted failed the PDF certified validation test. Possible causes for this failure are:

  • The document is not a PDF Certified Document
  • It is a PDF document with unauthorized alterations
@endif
@csrf

@error('DocumentFile')

{{ $message }}

@enderror
@endsection @push('scripts') @endpush