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