@php $path = request() ->route() ->getName(); @endphp @yield('title') @yield('style')

@yield('page')

@yield('content')
@yield('script')