@php
$phoneHref = preg_replace('/[^0-9]/', '', $send['phone']);
@endphp
Детали:
Дата: {{ date('d.m.Y') }}
Время: {{ date('H:i:s') }}
Имя: {{ $send['name'] }}
@if($send['phone'] != '')
Телефон: {{ $send['phone'] }}
@endif
@if($send['email'] != '')
Email: {{ $send['email'] }}
@endif
@if($send['motive'] != '')
Тема: {{ $send['motive'] }}
@endif
Сообщение:
{{ $send['text'] }}
___
URL: {{ $send['url'] }}