{{ isset($data->email) ? trans(app()->getLocale() . '.verify_user_account') : trans(app()->getLocale() . '.verify_company') }}
{{ trans(app()->getLocale() . '.are_you_sure_want_to_verify') }} {{ isset($data->email) ? trans(app()->getLocale() . '.the_account_for') : trans(app()->getLocale() . '.the_company') }} {{ $data->name }}@if(isset($data->email)) ({{ $data->email }})@endif?
@error('verification_status')
{{ $message }}
@enderror