@extends('layouts.app') @section('content')
DIARIO DE {{$tipo}}: {{$paciente->nombre}} @if ($tipo !== 'ORTODONCIA') @endif
| # | ESTA CITA | Doctor | PIEZA | PROXIMA CITA | FECHA | |
|---|---|---|---|---|---|---|
| #{{$d->id}} / {{$d->tipo}} | {{$d->descripcion}} | {{$d->doctor}} | {{$d->piezas}} | {{$d->proxima}} | {{$d->created_at}} |