@extends('emails.mailframe')
@section ('subject')
{{ trans('auth.reset_confirm') }}
@stop
@section ('content')
- {{ trans('auth.login_username') }}: {{{ $user->UserName }}}
@if (config('auth.email.passwordtouser') && isset($plainpass))
- {{ trans('auth.login_password') }}: {{{ $plainpass }}}
@endif
@stop