{{-- --}} {{-- Dùng để lặp các link js được config ở bên controller --}} @if (isset($config['js']) && is_array($config['js'])) @foreach ($config['js'] as $key => $value) {!! '' !!} @endforeach @endif