exists($path), 404); return response()->file(Storage::disk('public')->path($path), [ 'Cache-Control' => 'public, max-age=86400, immutable', 'X-Content-Type-Options' => 'nosniff', ]); } }