@extends('emails.confirmation.subscribe.confirmation')
@section('template')
| {{$text['contact']['name']}}: |
{{ clean($data['name']) }} |
| {{$text['contact']['lang']}}: |
{{ strtoupper($lingua_site) }} |
| {{$text['misc']['email']}}: |
{{ filter_var($data['email'],FILTER_SANITIZE_EMAIL) }} |
| {{$text['contact']['phone']}}: |
{{ clean($data['phone']) }} |
| {{$text['contact']['start_date']}}: |
{{ clean($data['start_date']) }} |
| {{$text['contact']['end_date']}}: |
{{ clean($data['end_date']) }} |
| {{$text['contact']['obs']}}: |
|
{{ clean($data['obs']) }}
|
@endsection