{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: verification.blade.php ------------------------------------------------------ Use: National-ID upload screen from the approved auth design: two dashed cards (front/back), client-side size/type guards, and the review notice. ===================================================== --}} @extends('layouts.auth') @section('title', __('front.verification.title')) @section('theme', auth()->user()->isMerchant() ? 'merchant' : 'user') @section('content')
{{ __('front.verification.subtitle') }}
{{-- A rejected account is sent back here; say so, loudly. --}} @if (auth()->user()->verification_status === \App\Models\User::VERIFICATION_REJECTED){{ __('front.verification.rejected_notice') }}