@php //** Para saber si la pagina solo mostrara un iframe con el contenido. $page_type_ifame = (isset($page_config) && isset($page_config->url_type) && isset($page_config->url) && $page_config->url_type == 2 && $page_config->url != '') ? $page_config->url : null; //-- @endphp @extends('layouts.' . $template_name) @section('own-content') {{-- se incluye el contenedor sidebar y subheader --}} @include('shared.commons.container-sidebar-subheader', ['windows_side' => true, 'page_subheader' => true]) {{-- Valor de px para la barra del Menu, fija en el top de la pagina--}} @php $pxTopMenu = $template_config->template->top_menu->web; $pxTopMenuMobile = $template_config->template->top_menu->mobile; $type_menu = $template_config->template->menu_type ?? $type_menu; $class_menu_position = isset($template_config->template->menu_category_position) ? 'menu-category-'.$template_config->template->menu_category_position : 'menu-category-top'; //dd(check_minimum_order()); @endphp @stop @section('content') @parent {{-- Input hidden for set size in products --}} @endsection @section('extra-head') @parent {{-- Html::style('css/order-online.css', [], $isSSL) --}} {!! Html::style(app()->environment('production') ? mix('css/order-online.css') : asset('css/order-online.css'), [], $isSSL) !!} {!! Html::style(app()->environment('production') ? mix('css/order-online/category_list.css') : asset('css/order-online/category_list.css'), [], $isSSL) !!} @endsection @section('extra-scripts') @parent {{-- Forms for modal windows --}} @include('layouts.modal-forms') {{-- Html::script('js/order-online.js') --}} {{--!! Html::script('https://unpkg.com/axios/dist/axios.min.js') !!--}} {!! Html::script(app()->environment('production') ? mix('js/order-online/alert_cart_disabled_closed.js') : asset('js/order-online/alert_cart_disabled_closed.js'), [], $isSSL) !!} {!! Html::script(app()->environment('production') ? mix('js/order-online.js') : asset('js/order-online.js'), [], $isSSL) !!} @endsection