@php $url = $url instanceof \Closure ? $url($record ?? null) : $url; // Dapatkan path file dari URL $path = str_replace('/storage/berkas/', '', $url); @endphp @if($url)