@extends($active_theme) @section('title')
{{__('user.Name')}}: {{ html_decode($customer->name) }}
{{__('user.Email')}}: {{ html_decode($customer->email) }}
{{__('user.Phone')}}: {{ html_decode($customer->phone) }}
{{__('user.Address')}}: {{ html_decode($customer->address) }}
{{__('user.Date')}}: {{ $extra_services->date }}
{{__('user.Post Code')}}: {{ html_decode($customer->post_code) }}
{{__('user.Order Note')}}: {{ html_decode($customer->order_note) }}