@extends('emails.layouts.master') @section('title', trans('mail.Your ad ":title" has been deleted', ['title' => $ad->title])) @section('content')

@lang('mail.Hello,

Your ad ":title" has been deleted from :domain at :now.

Thank you for your trust and see you soon,

The :domain Team
:domain


PS: This is an automated email, please don\'t reply.', ['title' => mb_ucfirst($ad->title), 'now' => \Carbon\Carbon::now(session('time_zone'))->formatLocalized('%d %B %Y'), 'countryDomain' => lurl('/'), 'domain' => ucfirst(getDomain())])

@endsection