@if (! empty(config('shopper.admin.resources.stylesheets'))) @foreach (config('shopper.admin.resources.stylesheets') as $css) @if (\Illuminate\Support\Str::of($css)->startsWith(['http://', 'https://'])) @else @endif @endforeach @endif @stack('styles')