@include('layouts.partials.head') @yield('style')
@include('layouts.partials.wrapper.navbar')

Friendly Pos v3

@yield('wrapper-content') @yield('content')
@include('layouts.partials.wrapper.footer')
@yield('scripts')