@extends('emails.master_user') @section('body')
{{ trans('texts.reset_password') }}
 
@include('partials.email_button', [ 'link' => URL::to(SITE_URL . "/password/reset/{$token}"), 'field' => 'reset', 'color' => '#36c157', ])
 
{{ trans('texts.email_signature') }}
{{ trans('texts.email_from') }}
 
{{ trans('texts.reset_password_footer', ['email' => env('CONTACT_EMAIL', CONTACT_EMAIL)]) }}
@stop