lampiran penyimpanan akses Laravel

$attachment_name = 'file.png';
return asset('storage/'. $attachment_name);
Hungry Hyena