@if (isset($title))
{{ $title }}
@endif @if (isset($subtitle)) {{ $subtitle }} @endif
@if (isset($single_attachment)) @forelse ($single_attachment as $attachment) @empty @endforelse @endif
{{ $attachment->file }} {{ $attachment->status }}
Last Comment: {{ $attachment->comment ? $attachment->comment : 'N/A' }}
Upload
@csrf @method('PATCH')

Cancel
@if (isset($text))

{{ $text }}

@endif