@extends('layouts.public') @section('content') @include('includes.corano-breadcrumb', [ 'crumbs' => [ ['label' => $activation->type == EMAIL ? __('public.auth.email_verify') : __('public.auth.phone_verify')], ], ])

{{ __('public.account.account') }}

{{ $activation->type == EMAIL ? __('public.auth.email_verify') : __('public.auth.phone_verify') }}

{{ __('public.auth.verify_help') }}

@csrf @error('code') @enderror
@csrf

{{ __('public.auth.dont_get') }}

60s

@endsection