@extends('layouts.app') @section('content')
PACIETEN | DOCTOR | G. DOCTOR | CLINICA | TOTAL | OTROS | |
---|---|---|---|---|---|---|
{{$o->paciente}} | {{$o->doctor->nombre}} | Q. {{number_format($o->g_doc, 2)}} | Q. {{number_format($o->g_cli, 2)}} | Q. {{number_format($o->total, 2)}} | {{$o->descripcion}} |