{{-- --}} @yield('header') @toastr_css @yield('style')
@if (View::hasSection('voltar'))
@yield('voltar')
@endif

@yield('titulo')

@if (View::hasSection('help'))
@yield('help')
@endif
@if (Route::currentRouteName()) @php try { echo Breadcrumbs::render(Route::currentRouteName()); } catch (\DaveJamesMiller\Breadcrumbs\Exceptions\InvalidBreadcrumbException|Illuminate\Routing\Exceptions\UrlGenerationException $e) { // echo "Messages ao renderizar Breadcrumb: {$e->getMessage()}"; } @endphp @endif @if(env('APP_DEBUG', false))

Modo debug ATIVO | Para desativá-lo @if(env('APP_DEBUG')) edite o arquivo .env @endif DB Conectado: {{env('DB_HOST')}}/{{env('DB_DATABASE')}} | Memória em uso: {{number_format(memory_get_usage() * 0.00000095367432, 3)}}MB | Pico de memória: {{number_format(memory_get_peak_usage() * 0.00000095367432, 3)}}MB

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach

@dump($errors ?? null) @endif
@endif @error('custom') @enderror @yield('content')
{{-- --}} {{-- --}} @toastr_js @toastr_render @yield('script') @if(session('MessageHelper')) @endif