+ Nueva receta Ver paciente
@forelse($prescriptions as $rx)

{{ $rx->prescription_number }}

{{ $rx->created_at->format('d/m/Y') }} · {{ $rx->items->count() }} medicamentos @if($rx->employee) · Prof: {{ $rx->employee->user?->name }} @endif

{{ ucfirst($rx->status) }} Ver @if($rx->isSigned()) ↓ PDF @endif
@empty

Sin recetas registradas.

@endforelse @if($prescriptions->hasPages())
{{ $prescriptions->links() }}
@endif