Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux server335.web-hosting.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : cardxfeb ( 2452)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /home/cardxfeb/public_html/resources/views/vendor/notifications/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/cardxfeb/public_html/resources/views/vendor/notifications/email.blade.php
@component('mail::message')
{{-- Greeting --}}
@if (! empty($greeting))
# {{ $greeting }}
@else
@if ($level === 'error')
# @lang(__('messages.mail.whoops'))
@else
# @lang(__('messages.mail.hello!'))
@endif
@endif

{{-- Intro Lines --}}
{{__('messages.mail.please_click')}}

{{-- Action Button --}}
@isset($actionText)
<?php
    switch ($level) {
        case 'success':
        case 'error':
            $color = $level;
            break;
        default:
            $color = 'primary';
    }
?>
@component('mail::button', ['url' => $actionUrl, 'color' => $color])
{{__('messages.mail.verify_email') }}
@endcomponent
@endisset

{{-- Outro Lines --}}

{{__('messages.mail.action_required')}}

{{-- Salutation --}}
@if (! empty($salutation))
{{ $salutation }}
@else
@lang(__('messages.mail.regard'))<br>
{{ getAppName() }}
@endif

{{-- Subcopy --}}
@isset($actionText)
@slot('subcopy')
@lang(__('messages.mail.slot_text')) <span class="break-all">[{{ $displayableActionUrl }}]({{ $actionUrl }})</span>
@endslot
@endisset
@endcomponent

Al-HUWAITI Shell