@yield('addCss') @if(!session('banderas')) @endif @php $pdocrud = new_PDOCrud(); $pdomodel = $pdocrud->getPDOModelObj(); $pdomodel->fetchType ="obj"; $configuracion = $pdomodel->select("configuracion"); $carro = $pdomodel->executeQuery("SELECT COUNT(*) as total FROM carro"); $total_carro = $pdomodel->executeQuery("SELECT SUM(precio_carro * cantidad_carro) as total_carro FROM carro"); @endphp @include('web.includes.header') @yield('content') @include('web.includes.footer') @if(session('banderas') == "Espana") @endif @yield('addJavascript')