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

PACIENTES ORTODONCIA

@foreach ($orto as $o) @endforeach
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}}
DOCTOR: Q. {{number_format($t, 2)}}
CLINICA: Q. {{number_format($t2, 2)}}
TOTAL: Q. {{number_format($t3, 2)}}
@endsection @section('scripts') @endsection