@php $record = $getRecord(); $details = $record?->print_details ?? null; $text = $details['text'] ?? null; $inst = $details['instructions'] ?? null; $file = $details['file'] ?? null; @endphp @if(!$details) - @else
Print Details
@if(!empty($text))
Text: {{ $text }}
@endif @if(!empty($inst))
Notes: {{ $inst }}
@endif
@if(!empty($file)) Print Image @endif
@endif