@foreach (getGlobalAssets('css') as $path) {!! sprintf('', asset($path)) !!} {{-- --}} @endforeach {{-- --}} {{-- --}} {!! includeFavicon() !!} @yield('styles') @include('landing-page.header')
@yield('content')
@include('landing-page.footer') {{-- --}} @foreach (getGlobalAssets() as $path) {!! sprintf('', asset($path)) !!} @endforeach @yield('scripts')