@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']['pickup']}}: |
{{ clean($data['pickup']) }} |
| {{$text['contact']['children']}}: |
{{ clean($data['children']) }} |
| {{$text['contact']['adults']}}: |
{{ clean($data['adults']) }} |
| {{$text['contact']['dropoff']}}: |
{{ clean($data['dropoff']) }} |
| {{$text['contact']['pickup_date']}}: |
{{ clean($data['pickup_date']) }} |
| {{$text['contact']['flight']}}: |
{{ clean($data['flight']) }} |
| {{$text['contact']['obs']}}: |
|
{{ clean($data['obs']) }}
|
@endsection