@yield('head') @livewireStyles
@php $current = url()->current(); $parsedUrl = parse_url($current); $path = $parsedUrl['path']; $pathSegments = explode('/', trim($path, '/')); $secondParameter = isset($pathSegments[0]) ? $pathSegments[0] : null; @endphp @yield('messages')