@component('mail::message')
# {{ __('Hello') }} {{ Str::ucfirst($visitor['name']) }},
@component('mail::panel')
{{ __('A New Visitor Registered! Please check the details and take actions.') }}
{{ __('Name:') }} {{ Str::ucfirst($visitor['visitor_name']) }}
{{ __('Email:') }} {{ Str::ucfirst($visitor['visitor_email']) }}
{{ __('Phone:') }} {{ Str::ucfirst($visitor['visitor_phone']) }}
@endcomponent{!! setting('notify_templates') !!}