@extends('emails.layouts.master') @section('title', trans('mail.Your ad ":title" on :app_name', ['title' => $ad->title, 'app_name' => mb_ucfirst(config('settings.app_name'))])) @section('content')

{!! nl2br($msg->message) !!}

@lang('mail.Contact Information :
Name : :name
Email address : :email
Phone number : :phone

This email was sent to you about the ad ":title" you filed on :domain : :urlAd

PS : The person who contacted you do not know your email as you will not reply.

Remember to always check the details of your contact person (name, address, ...) to ensure you have a contact in case of dispute. In general, choose the delivery of the item in hand.

Beware of enticing offers! Be careful with requests from abroad when you only have a contact email. The bank transfer by Western Union or MoneyGram proposed may well be artificial.

For more informations please consult our disclaimer page : :urlAntiScam

Thank you for your trust and see you soon,

The :domain Team
:domain


PS: This is an automated email, please don\'t reply.', ['name' => $msg->name, 'email' => $msg->email, 'phone' => $msg->phone, 'title' => mb_ucfirst($ad->title), 'urlAd' => lurl(slugify($ad->title).'/'.$ad->id.'.html'), 'urlAntiScam' => lurl(trans('routes.anti-scam')), 'countryDomain' => lurl('/'), 'domain' => ucfirst(getDomain())])

@endsection