@extends('layouts.user_type.guest') @section('header_title', __('تایید حساب کاربری')) @section('content')

{{ __('تایید حساب در :site', ['site' => setting('site_name')]) }}

@csrf
@error('code')

{{ $message }}

@enderror

Already have an account? Sign in

@endsection