@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['misc']['fields']['country']['desc']}}: |
{{ $template['data']['countries'][$data['id_country']]['desc'] }} |
| {{$text['contact']['obs']}}: |
|
{{ clean($data['obs']) }}
|
@endsection