The Perfect Christmas Setting - FREE workshop
03/11/2021
iconaShare

An afternoon dedicated to learn how to create perfect Christmas settings, from table settings, plants and decorations, to wine pairings with typical season's food.


Accademia Italiana Yacht Etiquette offers stewardesses the chance to personally experience our classes, meet with some of our trainers, and learn the real luxury Christmas style, good to know for any purpose!
The workshop is scheduled on November 26th, from 2 p.m. to 6 p.m. at UDINA meeting room in Viareggio, Via dei Pescatori 3.

Special Black Friday Deal available for attendees: if you register on Nov. 26th to our full training course scheduled from 17 to 29 January 2022 (Sunday 23rd we take a break!),    you can get a 15%.discount on the course total value!

For further information and registration to the event:  yachtetiquette@defelice.yachts
The event is meant for a limited number of participants, therefore R.S.V.P./registration is mandatory.
Deadline: 20 November 2021

See you in Viareggio!   

 

Certifications

Partner of

Follow us

7.4.27PHP Version173msRequest Duration4MBMemory UsageGET en/news/{subs?}RouteAuth status
    • Booting (42.84ms)
    • Application (130ms)
    • 1 x Application (75.08%)
      130.10ms
      1 x Booting (24.73%)
      42.84ms
      6 templates were rendered
      • news.item (resources/views/news/item.blade.php)21blade
        Params
        0
        id
        1
        title
        2
        date
        3
        status
        4
        content
        5
        slug
        6
        language
        7
        category_id
        8
        extras
        9
        created_at
        10
        updated_at
        11
        image
        12
        image_xs
        13
        attachment_file_1
        14
        attachment_name_1
        15
        attachment_file_2
        16
        attachment_name_2
        17
        attachment_file_3
        18
        attachment_name_3
        19
        meta_keywords
        20
        meta_description
      • news.partials.metatags (resources/views/news/partials/metatags.blade.php)25blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        id
        5
        title
        6
        date
        7
        status
        8
        content
        9
        slug
        10
        language
        11
        category_id
        12
        extras
        13
        created_at
        14
        updated_at
        15
        image
        16
        image_xs
        17
        attachment_file_1
        18
        attachment_name_1
        19
        attachment_file_2
        20
        attachment_name_2
        21
        attachment_file_3
        22
        attachment_name_3
        23
        meta_keywords
        24
        meta_description
      • layout.default (resources/views/layout/default.blade.php)26blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        id
        5
        title
        6
        date
        7
        status
        8
        content
        9
        slug
        10
        language
        11
        category_id
        12
        extras
        13
        created_at
        14
        updated_at
        15
        image
        16
        image_xs
        17
        attachment_file_1
        18
        attachment_name_1
        19
        attachment_file_2
        20
        attachment_name_2
        21
        attachment_file_3
        22
        attachment_name_3
        23
        meta_keywords
        24
        meta_description
        25
        i
      • layout.partials.menu (resources/views/layout/partials/menu.blade.php)28blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        id
        5
        title
        6
        date
        7
        status
        8
        content
        9
        slug
        10
        language
        11
        category_id
        12
        extras
        13
        created_at
        14
        updated_at
        15
        image
        16
        image_xs
        17
        attachment_file_1
        18
        attachment_name_1
        19
        attachment_file_2
        20
        attachment_name_2
        21
        attachment_file_3
        22
        attachment_name_3
        23
        meta_keywords
        24
        meta_description
        25
        i
        26
        languages
        27
        activeLanguage
      • layout.partials.logos (resources/views/layout/partials/logos.blade.php)28blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        id
        5
        title
        6
        date
        7
        status
        8
        content
        9
        slug
        10
        language
        11
        category_id
        12
        extras
        13
        created_at
        14
        updated_at
        15
        image
        16
        image_xs
        17
        attachment_file_1
        18
        attachment_name_1
        19
        attachment_file_2
        20
        attachment_name_2
        21
        attachment_file_3
        22
        attachment_name_3
        23
        meta_keywords
        24
        meta_description
        25
        i
        26
        __currentLoopData
        27
        loop
      • layout.partials.footer (resources/views/layout/partials/footer.blade.php)28blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        id
        5
        title
        6
        date
        7
        status
        8
        content
        9
        slug
        10
        language
        11
        category_id
        12
        extras
        13
        created_at
        14
        updated_at
        15
        image
        16
        image_xs
        17
        attachment_file_1
        18
        attachment_name_1
        19
        attachment_file_2
        20
        attachment_name_2
        21
        attachment_file_3
        22
        attachment_name_3
        23
        meta_keywords
        24
        meta_description
        25
        i
        26
        __currentLoopData
        27
        loop
      uri
      GET en/news/{subs?}
      middleware
      web
      controller
      App\Http\Controllers\NewsController@item
      namespace
      App\Http\Controllers
      prefix
      /en
      where
      file
      app/Http/Controllers/NewsController.php:62-72
      11 statements were executed, 9 of which were duplicated, 2 unique3.63ms
      • select * from `news` where `slug` = 'the-perfect-christmas-setting' and `status` = 'published' and `language` = 'en' limit 11.74ms/app/Http/Controllers/NewsController.php:64c0agdefelice
        Metadata
        Bindings
        • 0. the-perfect-christmas-setting
        • 1. published
        • 2. en
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 13. /app/Http/Controllers/NewsController.php:64
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:658
      • select * from `languages` where `active` = 1210μs/app/Providers/ViewComposerProvider.php:22c0agdefelice
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Providers/ViewComposerProvider.php:22
        • 15. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:179
        • 16. /vendor/laravel/framework/src/Illuminate/View/View.php:118
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:85
        • 18. view::layout.default:37
      • select * from `menu_items` where `language` = 'en' order by `lft` asc240μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 13. view::layout.partials.menu:18
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 16. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `pages` where `pages`.`id` in ('2', '3', '4', '6', '7', '33', '102', '123')230μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 2
        • 1. 3
        • 2. 4
        • 3. 6
        • 4. 7
        • 5. 33
        • 6. 102
        • 7. 123
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 18. view::layout.partials.menu:18
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `menu_items` where `menu_items`.`parent_id` in (1, 2, 3, 4, 5, 7, 35, 42, 46)170μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 1
        • 1. 2
        • 2. 3
        • 3. 4
        • 4. 5
        • 5. 7
        • 6. 35
        • 7. 42
        • 8. 46
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 18. view::layout.partials.menu:18
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `menu_items` where `language` = 'en' order by `lft` asc160μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 13. view::layout.partials.menu:58
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 16. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `pages` where `pages`.`id` in ('2', '3', '4', '6', '7', '33', '102', '123')180μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 2
        • 1. 3
        • 2. 4
        • 3. 6
        • 4. 7
        • 5. 33
        • 6. 102
        • 7. 123
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 18. view::layout.partials.menu:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `menu_items` where `menu_items`.`parent_id` in (1, 2, 3, 4, 5, 7, 35, 42, 46)140μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 1
        • 1. 2
        • 2. 3
        • 3. 4
        • 4. 5
        • 5. 7
        • 6. 35
        • 7. 42
        • 8. 46
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 18. view::layout.partials.menu:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `menu_items` where `language` = 'en' order by `lft` asc240μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 13. view::layout.partials.menu:69
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 16. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `pages` where `pages`.`id` in ('2', '3', '4', '6', '7', '33', '102', '123')180μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 2
        • 1. 3
        • 2. 4
        • 3. 6
        • 4. 7
        • 5. 33
        • 6. 102
        • 7. 123
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 18. view::layout.partials.menu:69
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `menu_items` where `menu_items`.`parent_id` in (1, 2, 3, 4, 5, 7, 35, 42, 46)140μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 1
        • 1. 2
        • 2. 3
        • 3. 4
        • 4. 5
        • 5. 7
        • 6. 35
        • 7. 42
        • 8. 46
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 18. view::layout.partials.menu:69
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      App\Models\Page
      24
      Progresso\MenuCRUD\Models\MenuItem
      27
      Backpack\LangFileManager\app\Models\Language
      3
      App\Models\News
      1
        web
        null
        api
        null
          _token
          Vqajk416YXtyfQ0jbZKN9H1VjJuxHtAFE6ppsQVe
          _previous
          array:1 [ "url" => "http://agenziadefelice.sviluppo.progresso.srl/en/news/the-perfect-christmas-se...
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /en/news/the-perfect-christmas-setting
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:10 [ "connection" => array:1 [ 0 => "keep-alive" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "10.2.238.208" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-jpdts (squid/6.10)" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "agenziadefelice.sviluppo.progresso.srl" ] ]
          request_server
          0 of 0
          array:43 [ "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "TEMP" => "/var/www/clients/client0/web91/tmp" "TMPDIR" => "/var/www/clients/client0/web91/tmp" "TMP" => "/var/www/clients/client0/web91/tmp" "HOSTNAME" => "" "USER" => "web91" "HOME" => "/var/www/clients/client0/web91" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/en/news/the-perfect-christmas-setting" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/en/news/the-perfect-christmas-setting" "REMOTE_PORT" => "3144" "SCRIPT_FILENAME" => "/var/www/clients/client0/web91/web/public/index.php" "SERVER_ADMIN" => "webmaster@agenziadefelice.sviluppo.progresso.srl" "CONTEXT_DOCUMENT_ROOT" => "/var/www/clients/client0/web91/web/public" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "http" "DOCUMENT_ROOT" => "/var/www/clients/client0/web91/web/public" "REMOTE_ADDR" => "216.73.216.248" "SERVER_PORT" => "80" "SERVER_ADDR" => "51.68.164.79" "SERVER_NAME" => "agenziadefelice.sviluppo.progresso.srl" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "HTTP_CONNECTION" => "keep-alive" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_X_FORWARDED_FOR" => "10.2.238.208" "HTTP_VIA" => "1.1 squid-proxy-5b5d847c96-jpdts (squid/6.10)" "HTTP_ACCEPT_ENCODING" => "gzip, deflate" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_PRAGMA" => "no-cache" "HTTP_HOST" => "agenziadefelice.sviluppo.progresso.srl" "proxy-nokeepalive" => "1" "REDIRECT_STATUS" => "200" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1752445828.8664 "REQUEST_TIME" => 1752445828 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 13 Jul 2025 22:30:28 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikg2U3ZjUXRSclRGV1prTnpwaFB4WUE9PSIsInZhbHVlIjoiM0laR2V6V01RTDhoVElsdytqRGVRcDBscEIwNXl3T21UWU03UXVsSXJyNWJva1VUNUhwQUZiREdmWW1qeklubyIsIm1hYyI6IjgyZGMwYmVlZTY1ZjA5ZTE3NTRkNGM3NDJiMjNmMGMwZDhkN2JmOTQwMDM5YzFmMTQ3MjZmZGU5YzMyZTAxZDMifQ%3D%3D; expires=Mon, 14-Jul-2025 00:30:29 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6Ikg2U3ZjUXRSclRGV1prTnpwaFB4WUE9PSIsInZhbHVlIjoiM0laR2V6V01RTDhoVElsdytqRGVRcDBscEIwNXl3T21UWU03UXVsSXJyNWJva1VUNUhwQUZiREdmWW1qeklubyIsIm1hY" 1 => "agenzia_defelice_session=eyJpdiI6ImlyMWtoQWRUVnFQNTh0NGNCRDdCZHc9PSIsInZhbHVlIjoiMDErWUVoQ1ppTUVmc3hBZ1RVdXNXUzk3Ymc3eWZTZWcwQW85SUtvWkJ1c1lucGMzaGRlMmVMZVhcL0x0bE83WDVVUytZZTB4XC8yWjBSZGcrK1BQMExJd3ZkNFdON2Vyc1VWRit0elVlbVkxZ2VGV3BMZlI1UkN3WU9jNG1vcDFpdyIsIm1hYyI6IjM5MWZmMGRmMjcwY2Y0MGYwZmE4Y2UyZTM1NTlhOGM3MWYwMTdhYTA1MTMyZGQyNzk4MGU1YmFkOGE5ZjNiNGIifQ%3D%3D; expires=Mon, 14-Jul-2025 00:30:29 GMT; Max-Age=7200; path=/; httponlyagenzia_defelice_session=eyJpdiI6ImlyMWtoQWRUVnFQNTh0NGNCRDdCZHc9PSIsInZhbHVlIjoiMDErWUVoQ1ppTUVmc3hBZ1RVdXNXUzk3Ymc3eWZTZWcwQW85SUtvWkJ1c1lucGMzaGRlMmVMZVhcL0x" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikg2U3ZjUXRSclRGV1prTnpwaFB4WUE9PSIsInZhbHVlIjoiM0laR2V6V01RTDhoVElsdytqRGVRcDBscEIwNXl3T21UWU03UXVsSXJyNWJva1VUNUhwQUZiREdmWW1qeklubyIsIm1hYyI6IjgyZGMwYmVlZTY1ZjA5ZTE3NTRkNGM3NDJiMjNmMGMwZDhkN2JmOTQwMDM5YzFmMTQ3MjZmZGU5YzMyZTAxZDMifQ%3D%3D; expires=Mon, 14-Jul-2025 00:30:29 GMT; path=/XSRF-TOKEN=eyJpdiI6Ikg2U3ZjUXRSclRGV1prTnpwaFB4WUE9PSIsInZhbHVlIjoiM0laR2V6V01RTDhoVElsdytqRGVRcDBscEIwNXl3T21UWU03UXVsSXJyNWJva1VUNUhwQUZiREdmWW1qeklubyIsIm1hY" 1 => "agenzia_defelice_session=eyJpdiI6ImlyMWtoQWRUVnFQNTh0NGNCRDdCZHc9PSIsInZhbHVlIjoiMDErWUVoQ1ppTUVmc3hBZ1RVdXNXUzk3Ymc3eWZTZWcwQW85SUtvWkJ1c1lucGMzaGRlMmVMZVhcL0x0bE83WDVVUytZZTB4XC8yWjBSZGcrK1BQMExJd3ZkNFdON2Vyc1VWRit0elVlbVkxZ2VGV3BMZlI1UkN3WU9jNG1vcDFpdyIsIm1hYyI6IjM5MWZmMGRmMjcwY2Y0MGYwZmE4Y2UyZTM1NTlhOGM3MWYwMTdhYTA1MTMyZGQyNzk4MGU1YmFkOGE5ZjNiNGIifQ%3D%3D; expires=Mon, 14-Jul-2025 00:30:29 GMT; path=/; httponlyagenzia_defelice_session=eyJpdiI6ImlyMWtoQWRUVnFQNTh0NGNCRDdCZHc9PSIsInZhbHVlIjoiMDErWUVoQ1ppTUVmc3hBZ1RVdXNXUzk3Ymc3eWZTZWcwQW85SUtvWkJ1c1lucGMzaGRlMmVMZVhcL0x" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "Vqajk416YXtyfQ0jbZKN9H1VjJuxHtAFE6ppsQVe" "_previous" => array:1 [ "url" => "http://agenziadefelice.sviluppo.progresso.srl/en/news/the-perfect-christmas-setting" ] "PHPDEBUGBAR_STACK_DATA" => [] ]