@foreach (getVendors('css') as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach (getGlobalAssets('css') as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach (getCustomCss() as $path) {!! sprintf('', asset($path)) !!} @endforeach @if (session('success')) @endif @if (session('error')) @endif @yield('content') @foreach (getVendors('js') as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach (getGlobalAssets() as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach (getCustomJs() as $path) {!! sprintf('', asset($path)) !!} @endforeach