PHP Classes

File: resources/views/mail/passwordRecover.blade.php

Recommend this page to a friend!
  Classes of adriano123456   Budget System   resources/views/mail/passwordRecover.blade.php   Download  
File: resources/views/mail/passwordRecover.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Budget System
Elaborate budgets for purchases of products
Author: By
Last change:
Date: 15 days ago
Size: 1,095 bytes
 

Contents

Class file image Download
@extends('layouts.mail')
@section('content')
<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
    <tr>
        <td align="center">
            <center>
                <table border="0" width="600" cellpadding="0" cellspacing="0">
                    <tr>
                        <td style="color:#333333 !important; font-size:20px; font-family: Arial, Verdana, sans-serif; padding-left:10px;" height="40">
                            <h3 style="font-weight:normal; margin: 20px 0;">Recuperação de senha</h3>
                            <p style="font-size:12px; line-height:18px;">
                                Sua nova senha: <strong>{{$details['password']}}</strong>
                            </p>
                            <p style="font-size:12px; line-height:18px;">
                                <a href="{{env('APP_URL')}}">Click aqui para acessar sua conta</a>
                            </p>
                        </td>
                    </tr>
                </table>
            </center>
        </td>
    </tr>
</table>
@endsection