@include('email.header_new')

{{__('Hello')}}, {{isset($user) ? $user->first_name.' '.$user->last_name : ''}}

{{ __('Congratulations and welcome to :company, Now on you are an admin.',['company' => $companyName]) }}

{{ __('Login email : :email',['email' => $user->email]) }}
{{ __('Login password : :password',['password' => $password]) }}

{{__('Also use the code below to reset your password.')}}

{{$token}}

@if(isset($user))

{{__('You can change your password with this link')}} : {{__('Click Here')}}

@endif @include('email.footer_new')