<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-signin-client_id" content="600716624690-idnnd694k67rdhh0jf9dm96upj93btmt.apps.googleusercontent.com">
{# Social Media Meta Tags starts #}
<meta name="instagram:url" property="og:url" content="https://www.instagram.com/goodyculinarysolutions/"/>
{# <meta name="instagram:type" property="og:type" content="article"/> #}
<meta name="instagram:title" property="og:title" content="Goody Culinary Solutions"/>
<meta name="instagram:description" property="og:description" content="We exist to champion culinary visionaries realize their dreams | هدفنا تمكين رواد مجال الأطعمة من تحقيق أحلامهم"/>
<meta name="instagram:image" property="og:image" content="https://goodycs.com/static/assets/images/logo_images/GCS_New_Logo-01.svg"/>
<meta name="twitter:url" property="og:url" content="https://twitter.com/GoodyCS_SA"/>
{# <meta name="twitter:type" property="og:type" content="article"/> #}
<meta name="twitter:title" property="og:title" content="Goody Culinary Solutions"/>
<meta name="twitter:description" property="og:description" content="We exist to champion culinary visionaries realize their dreams | هدفنا تمكين رواد مجال الأطعمة من تحقيق أحلامهم"/>
<meta name="twitter:image" property="og:image" content="https://goodycs.com/static/assets/images/logo_images/GCS_New_Logo-01.svg"/>
<meta name="linkedin:url" property="og:url" content="https://www.linkedin.com/company/goody-professional-solutions"/>
{# <meta name="linkedin:type" property="og:type" content="article"/> #}
<meta name="linkedin:title" property="og:title" content="Goody Culinary Solutions"/>
<meta name="linkedin:description" property="og:description" content="We exist to champion culinary visionaries realize their dreams | هدفنا تمكين رواد مجال الأطعمة من تحقيق أحلامهم"/>
<meta name="linkedin:image" property="og:image" content="https://goodycs.com/static/assets/images/logo_images/GCS_New_Logo-01.svg"/>
{# Social Media Meta Tags starts #}
<link rel="icon" href="/static/assets/images/fav_icon_goody_CS.svg">
{# <title>{{ document.title }}</title> #}
{# Meta Tiles Starts #}
{% if not document is defined or not document %}
{% set document = pimcore_document(1) %}
{% endif %}
{% if document is instanceof('\\Pimcore\\Model\\Document\\Link') %}
{# @var document \Pimcore\Model\Document\Link #}
{% set document = document.getObject() %}
{% endif %}
{% if recipedetails is defined %}
{% do pimcore_head_title().set(recipedetails.meta_title) %}
{% elseif menu_builder_details is defined %}
{% do pimcore_head_title().set(menu_builder_details.meta_title) %}
{% elseif products_head is defined %}
{% if products_head.meta_title is defined %}
{% do pimcore_head_title().set(products_head.meta_title) %}
{% else %}
{% do pimcore_head_title().set(block('title')) %}
{% endif %}
{% elseif eventdetail is defined %}
{% do pimcore_head_title().set(eventdetail.meta_title) %}
{% elseif recipe_category is defined %}
{% do pimcore_head_title().set(recipe_category.meta_title) %}
{% elseif product is defined %}
{% do pimcore_head_title().set(product.meta_title) %}
{% elseif current_category is defined %}
{% do pimcore_head_title().set(current_category.meta_title) %}
{% elseif resource is defined %}
{% do pimcore_head_title().set(resource.meta_title) %}
{% elseif document.getTitle() is not empty %}
{# {% if document.getTitle() is not empty %} #}
{% do pimcore_head_title().set(document.getTitle()) %}
{# {% endif %} #}
{% endif %}
{# Meta Tiles End #}
{# Meta Descriptions Starts #}
{% if recipedetails is defined %}
{% do pimcore_head_meta().setDescription(recipedetails.meta_description) %}
{% elseif menu_builder_details is defined %}
{% do pimcore_head_meta().setDescription(menu_builder_details.meta_description) %}
{% elseif products_head is defined %}
{% if products_head.meta_description is defined %}
{% do pimcore_head_meta().setDescription(products_head.meta_description) %}
{% else %}
{% do pimcore_head_meta().setDescription(block('metaDescription')) %}
{% endif %}
{% elseif eventdetail is defined %}
{% do pimcore_head_meta().setDescription(eventdetail.meta_description) %}
{% elseif recipe_category is defined %}
{% do pimcore_head_meta().setDescription(recipe_category.meta_description) %}
{% elseif product is defined %}
{% do pimcore_head_meta().setDescription(product.meta_description) %}
{% elseif current_category is defined %}
{% do pimcore_head_meta().setDescription(current_category.meta_description) %}
{% elseif resource is defined %}
{% do pimcore_head_meta().setDescription(resource.meta_description) %}
{% elseif document.getDescription() is not empty %}
{# {% if document.getDescription() is not empty %} #}
{% do pimcore_head_meta().setDescription(document.getDescription()) %}
{# {% endif %} #}
{% endif %}
{# Meta Descriptions End #}
{# {% do pimcore_head_title().append('GFS') %} #}
{# {% do pimcore_head_title() %} #}
{# {% do pimcore_head_title().setSeparator(' : ') %} #}
{# {% set isPortal = ((isPortal is defined) and isPortal) %} #}
{{ pimcore_head_title() }}
{{ pimcore_head_meta() }}
<link rel="canonical" href="{{app.request.uri}}"/>
{% set currentUrl = app.request.server.get('CURRENT_URL') %}
{% if app.request.pathInfo starts with '/ar' and app.request.locale == 'ar'%}
<link rel="alternate" hreflang="{{app.request.locale}}" href="{{currentUrl}}{{app.request.pathInfo}}"/>
<link rel="alternate" hreflang="en" href="{{currentUrl}}/en{{app.request.pathInfo[3:]}}"/>
{% else %}
<link rel="alternate" hreflang="{{app.request.locale}}" href="{{currentUrl}}{{app.request.pathInfo}}"/>
<link rel="alternate" hreflang="ar" href="{{currentUrl}}/ar{{app.request.pathInfo[3:]}}"/>
{% endif %}
<link rel="stylesheet" href="/static/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/assets/css/fontawesome.min.css" >
<link rel="stylesheet" href="/static/assets/css/slick.css">
<link rel="stylesheet" href="/static/assets/css/swiper-bundle.min.css"/>
<link rel="stylesheet" href="/static/assets/css/main.min.css">
<link rel="stylesheet" href="/static/assets/css/selectize.default.min.css">
<script src="/static/assets/js/jquery-3.6.0.min.js"></script>
<!--Custom Stylesheets-->
<link rel="stylesheet" href="/static/assets/css/dashboard.min.css" >
{# {% do pimcore_head_script().appendFile(asset('/static/assets/js/jquery-3.6.0.min.js')) %}
{{ pimcore_head_script() }}
{% do pimcore_head_link().appendStylesheet('/static/assets/css/bootstrap.min.css') %}
{% do pimcore_head_link().appendStylesheet('/static/assets/css/fontawesome.min.css') %}
{% do pimcore_head_link().appendStylesheet('/static/assets/css/slick.css') %}
{% do pimcore_head_link().appendStylesheet('/static/assets/css/main.min.css') %}
<!--Custom Stylesheets-->
{% do pimcore_head_link().appendStylesheet('/static/assets/css/dashboard.min.css') %}
{{ pimcore_head_link() }} #}
{% if pimcore_website_config('ENABLE_GOOGLE_SCRIPTS') %}
<script>
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://c2.goodycs.com/mtc.js','mt');
mt('send', 'pageview');
</script>
{% endif %}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3FKE7T7CZL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3FKE7T7CZL');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5Q7W4VD');</script>
<!-- End Google Tag Manager -->
<meta name="google-site-verification" content="a06Qt62Sa9LFtRtf3sNJ6Shf-NIcUd-03aYyFhKAyr8"/>
</head>
<body class="{{ (app.request.locale == 'ar') ? 'rtl-dir' : '' }}">
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5Q7W4VD" height="0" width="0" style="display:none;visibility:hidden">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="fb-root"></div>
{# <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v12.0&appId=1085600865519074&autoLogAppEvents=1" nonce="5FgTuLJY"></script> #}
<script async defer crossorigin="anonymous" src="/static/assets/js/sdk.js" nonce="5FgTuLJY"></script>
{# {% include "includes/top-head.html.twig" %} #}
{{ render(controller('App\\Controller\\commonController::headAction')) }}
<!--Start Wrapper-->
<div class="wrapper">{{block('content')}}</div>
<!--End Wrapper-->
{{ render(controller('App\\Controller\\commonController::footerAction')) }}<!--Start Scripts-->
<!--all script links added in layout.html.twig file of footer.html.twig start-->
<!-- <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> -->
<script src="/static/assets/js/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"> </script>
<script src="/static/assets/js/jquery-3.6.0.min.js"></script>
<script src='/static/assets/js/jquery.validate.min.js'></script>
<script src="/static/assets/js/client.js" async defer></script>
<script src="/static/assets/js/swiper-bundle.min.js"></script>
<script async src="/static/assets/js/js.js"></script>
<script src="/static/assets/js/bootstrap-select.min.js"></script>
<script src="/static/assets/js/bootstrap.min.js"></script>
<script src="/static/assets/js/slick.min.js"></script>
<script src="/static/assets/js/custom.js"></script>
<script src="/static/assets/js/bootstrap.bundle.min.js"></script>
<script src='/static/assets/js/app.js' type="text/javascript"></script>
<script src="/static/assets/js/jquery-ui.js"></script>
{#
{% do pimcore_head_script().appendFile(asset('/static/assets/js/jquery-3.6.0.min.js')) %}
{% do pimcore_head_script().appendFile(asset('/static/assets/js/jquery-3.6.0.min.js')) %}
{% do pimcore_head_script().appendFile(asset('/static/assets/js/jquery.validate.min.js')) %}
{% do pimcore_head_script().appendFile(asset('/static/assets/js/client.js')) %}
{% do pimcore_head_script().appendFile(asset('/static/assets/js/js.js')) %}
{% do pimcore_head_script().appendFile(asset('/static/assets/js/bootstrap-select.min.js')) %}
{% do pimcore_head_script().appendFile(asset('/static/assets/js/bootstrap.min.js')) %}
{% do pimcore_head_script().appendFile(asset('/static/assets/js/slick.min.js')) %}
{% do pimcore_head_script().appendFile(asset('/static/assets/js/custom.js')) %}
{% do pimcore_head_script().appendFile(asset('/static/assets/js/bootstrap.bundle.min.js')) %}
{% do pimcore_head_script().appendFile(asset('/static/assets/js/app.js')) %}
{{ pimcore_head_script() }} #}
<!--all script links added in layout.html.twig file of footer.html.twig start-->
<!--End Scripts-->
</body>
</html>