{% set ayarlar = getAyarlar() %} {% set langs = getLangs() %} {% block title %}Yönetim Paneli{% endblock %} {% if ayarlar.favicon is defined %} {% endif %} {% block head_css %} {{ encore_entry_link_tags('app') }} {% endblock %}
{{ render(controller('App\\Controller\\System\\DefaultController::menu', {'request': app.request})) }}
{{ render(controller('App\\Controller\\System\\DefaultController::nav', {'request': app.request})) }} {% block body %}{% endblock %}
{{ component('system:FormActions') }}
{##} {##} {##} {#{{ encore_entry_script_tags('app') }}#} {#{{ encore_entry_script_tags('system') }}#} {##} {##} {##} {% block js %}{% endblock %}