@extends('auth.layouts.app') @push('title') {{ __('Verify') }} @endpush @section('content')
{{ getOption('app_name') }}

{{ getOption('sign_up_left_text_title') }}

{{ getOption('sign_up_left_text_subtitle') }}

{{ __('Confirm Email') }}

{{ ('Please chcek your email') }} {{ $user->email }} {{ __("and enter the otp below to verify") }}

@csrf

{{ __('Send the code again after') }}

@csrf
@endsection @push('script') @endpush