@include('email.header_new')

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

{{ __('You are receiving this email because we received a password reset request for your account.') }} {{__('Please use the code below to reset your password.')}}

{{$token}}

@if(isset($user)) @if($user->role == USER_ROLE_ADMIN)

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

@else

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

@endif @endif @include('email.footer_new')