@if (Auth::user()->isSuperAdmin() && app()->environment('production') && collect(config('filesystems.links'))->filter(fn($link, $target) => !is_link($link))->isNotEmpty()) @foreach (config('filesystems.links') as $link => $target) @if (is_link($link)) @continue @endif

The {{ $link }} filesystem link does not exist.

If you recently moved your installation to another server or location, the {{ str_replace(base_path() . DIRECTORY_SEPARATOR, '', $link) }} directory should not be copied into your new location.

After ensuring that the directory is not copied, navigate to Settings->System->Tools and run the storage-link command.

@endforeach @endif