@extends('site.layouts.new.app') @php $layoutTitle = 'Superlegis - Acesso Restrito'; $searchAction = route('site.search', ['front_layout' => 'new']); $searchName = 'text'; $searchValue = ''; $siteMenuSection = null; $loginAction = route('login'); $recaptchaEnabled = (bool) ($recaptchaEnabled ?? false); $recaptchaSiteKey = $recaptchaSiteKey ?? ''; @endphp @section('site_content')
@endsection @push('scripts') @if ($recaptchaEnabled) @endif @endpush