/
home
/
obinna
/
html
/
cravings
/
resources
/
views
/
emails
/
Upload File
HOME
@extends('emails.base') @section('body') <div class="title" style="font-family:Helvetica, Arial, sans-serif;font-size:18px;font-weight:600;color:#374550">Hi {{ $name }},</div> <div class="body-text" style="font-family:Helvetica, Arial, sans-serif;font-size:14px;line-height:20px;text-align:left;color:#333333"> <p>Great to have you aboard!</p> <p>Your account has been successfully created and you're now ready to get the best out of Cravvings.</p> <p>As a member you can:</p> <ul> <li>Like places and food</li> <li>Leave reviews (earn points for every review)</li> <li>Get weekly food and restaurant recommendations.</li> </ul> <p>Enjoy your stay and don't be shy to contact us in case you need anything.</p> <p>Cheers,</p> <p>Cravvings team</p> @endsection