@extends('emails.layouts.master') @section('body')
{{ $greeting }} |
{!! auto_p($content) !!} |
{{ __("New Password") }}: {{ data_get($others, 'random_pass') }} |
{{ __('Please note: We have reset your password. We recommended to change the password to set strong password after login into your account.') }} |
{!! auto_p($global_footer) !!} |