@extends('layouts.app') @section('content')
Paciente | Tratamiento | Valor | Fecha | Ultima Fecha de Visita |
---|---|---|---|---|
{{ $nombre }} | {{ $tr->tratamiento->nombre }}, {{ $tr->tratamiento->descripcion }}, {{ $tr->tratamiento->tipo }} | Q. {{ number_format($tr->valor, 2) }} | {{ $tr->updated_at }} | {{$f}} |