@php $url = $_SERVER['HTTP_HOST']; $config = DB::table('site_configs')->where('smallUrl', $url)->first(); $route = Request::route()->getName(); $rota = explode('.', $route); @endphp
{{ $config->siteName }}
@include('layouts/modulos/sidebar')
@include('layouts/modulos/header') @include('flash::message')
{{-- @include('flash::message') --}} @yield('content')
@include('layouts/modulos/footer')