@php $record = $getRecord(); $path = $record->ruta_archivo; $url = $path ? Illuminate\Support\Facades\Storage::disk('public')->url($path) : null; $tipo = $record->tipo; @endphp