@extends('emails/layouts/default') @section('content')
Hello {{ $receiver->name }},
You have a new messages from WebMoto.us
Message details:
@if($sender) from: {{ $sender->name }}You can review the message sent to you at the following link: {{ $addUrl }}
Regards,
WebMoto.us Team
WebMoto.us notifies you that you are receiving this e-mail under the terms of use of WebMoto.us and that you have declared that you have been informed and agree to our Privacy Policy in accordance of USA General Data Protection Regulation | Terms and conditions WebMoto.us
@endsection