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

Hello,

@if ($user) {{ $user->name }} @else {{ $username }} @endif, send to you dealer profile from WebMoto.us catalog

About dealer: @if($vendortitle){{ $vendortitle }} @endif with ID: @if ($vendorid) {{ $vendorid }} @endif

@if ($description)

Text: {{ $description }}

@endif

to Dealer profile: {{ $vendortitle }}

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