@extends('design_1.web.layouts.app') @push('styles_top') @endpush @section('content')
{{ csrf_field() }}
{{ trans('update.nice_job') }} 👋

{{ trans('site.certificate_validation') }}

{{ trans('update.to_validate_certificates_please_enter_the_certificate_id_in_this_input_field_and_click_on_validate_button') }}

@include('design_1.web.includes.captcha_input')
@php $mainImage = getThemePageBackgroundSettings('certificate_validation'); $overlayImage = getThemePageBackgroundSettings('certificate_validation_overlay_image'); @endphp
@if(!empty($mainImage)) {{ trans('update.main_image') }} @endif @if(!empty($overlayImage))
{{ trans('update.overlay_image') }}
@endif
@endsection @push('scripts_bottom') @endpush