@extends('site.layouts.new.root') @php $layoutTitle = $layoutTitle ?? 'Superlegis'; $logo = $logo ?? null; $companyName = $companyName ?? 'Órgão Público'; $searchPlaceholder = $searchPlaceholder ?? 'Buscar leis, matérias, sessões'; $searchAction = $searchAction ?? '#'; $searchMethod = $searchMethod ?? 'GET'; $searchName = $searchName ?? 'q'; $searchValue = $searchValue ?? ''; $ctaLabel = $ctaLabel ?? 'Acesso Restrito'; $ctaHref = $ctaHref ?? route('login'); $menuItems = $menuItems ?? []; $updateInfo = $updateInfo ?? []; @endphp @section('title', $layoutTitle) @section('body')