@php use Illuminate\Support\Facades\Storage; @endphp @if(Storage::disk('local')->exists($path)) {{ $label }} @else File non trovato @endif