@extends('emails.layouts.master') @section('body') @if(data_get($template, 'params.regards') == "on") @endif
{{ $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) !!}
@endsection