@php $path = Request::path(); $slugSegments = explode('/', $path); $pageTitle = implode(' ', array_map('ucfirst', $slugSegments)); @endphp