@extends('emails/layouts/default') @section('content')
Hello,
@if ($user) {{ $user->name }} @else {{ $username }} @endif, send you a link to ad from WebMoto.us
About ad: @if($motoaddtitle){{ $motoaddtitle }} @endif with ID: @if ($addsid) {{ $addsid }} @endif
@if ($description)Text: {{ $description }}
@endifLink to the ad: {{ $motoaddtitle }}
Regards,
@if ($user) {{ $user->name }} @else {{ $username }} @endif
This message is system generated. Please don't replay.
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