Files
faveo/resources/views/emails/password.blade.php
sadashivanand d029077313 bug fix
2016-02-05 16:16:58 +05:30

14 lines
530 B
PHP

Hello <br/><br/>
You asked to reset your password. To do so, please click this link:<br/><br/>
<a href="{!! url('password/reset/'.$token) !!}">{!! url('password/reset/'.$token) !!}</a><br/><br/>
<br/>
This will let you change your password to something new. If you didn't ask for this, don't worry, we'll keep your password safe.<br/><br/>
Thank You.<br/>
<br/>
Kind Regards,<br/><br/>
<?php $company = App\Model\helpdesk\Settings\Company::where('id','=','1')->first(); $company = $company->company_name; ?>
{!! $company !!}