@component('mail::message',[ 'logo_file'=> @$company_details[8]['field_value'] ]) # {{__('New staff account has been registered successfully.')}}
{{__('Welcome')}} @if (@$user->name != null) {{@$user->name}} @else {{@$user->email}} @endif

{{__('Your account has been created succesfully on')}} {{config('app.name')}}. {{__('You can login using given credentials below.')}}

{{__('Email')}}: {{@$user->email}}
{{__('Password')}}: {{@$password}}

{{__('Note')}}: {{__('You can reset your password in the profile section!')}}

@php $url = config('app.url'); @endphp @component('mail::button', ['url' => $url.'/login']) {{__('Login')}} @endcomponent {{__('Thanks')}},
{{ config('app.name') }} @endcomponent