@extends('layouts.app') @section('content')

DEUDA DE MEDICAMENTO PACIENTE {{$nombre}}

@foreach ($pendientes as $pen) @endforeach
# DESCRIPCION TOTAL FECHA DE DEUDA
No. {{$pen->id}} {{$pen->descripcion}} Q. {{number_format($pen->total, 2)}} {{$pen->created_at}}
@csrf @method('DELETE')
@endsection