@extends('emails.personal.subscribe.personalEmail') @section('template') {{ $text['contact']['name'] }}: {{ clean($data['name']) }} {{ $text['contact']['lang'] }}: {{ strtoupper($lingua_site) }} {{ $text['contact']['phone'] }}: {{ clean($data['phone']) }} {{ $text['misc']['email'] }}: {{ filter_var($data['email'],FILTER_SANITIZE_EMAIL) }} {{ $booking_boat_data['date_label'] }}: {{ clean($data['date']) }} {{ $booking_boat_data['no_guests_label'] }}: {{ clean($data['no_guests']) }} {{ $booking_boat_data['boat_prefered_label'] }}: {{ clean($booking_boat_data['boat_prefered']) }} {{ $text['contact']['obs'] }}:
{{ clean($data['obs']) }}
@endsection