@php $record = $getRecord(); $details = $record?->print_details ?? null; $text = $details['text'] ?? null; $inst = $details['instructions'] ?? null; $file = $details['file'] ?? null; @endphp @if(!$details) - @else