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