@extends('emails/layouts/default') @section('content')

Hello @if($receiver->name){{ $receiver->name }}@endif @if($receiver->title){{ $receiver->title }}@endif,

A new rating has been added to your WebMoto.us account

From:

@if($sender->name) Name: {{ $sender->name }}
@endif @if($sender->email) email: {{ $sender->email }}
@endif

You can review it 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

@stop