@extends('layouts.admin') @section('styles') @endsection @section('content')
ORTODONCIA
PACIENTES OPERADOS
@foreach ($orto as $o) @endforeach
PACIETEN DOCTOR G. DOCTOR CLINICA OTROS TOTAL
{{$o->paciente}} {{$o->doctor->nombre}} Q. {{number_format($o->g_doc, 2)}} Q. {{number_format($o->g_cli, 2)}} {{$o->descripcion}} Q. {{number_format($o->total, 2)}}
@csrf @method('DELETE')
DESCUENTOS DE PAGO
@foreach ($salida as $S) @endforeach
# DESCRIPCION VALOR
{{$S->id}} {{$S->descripcion}} Q. {{number_format($S->valor, 2)}}
DOCTOR: Q. {{number_format($t, 2)}}
CLINICA: Q. {{number_format($t2, 2)}}
TOTAL EN DESCUENTOS: Q.{{number_format($td, 2)}}
TOTAL: Q. {{number_format($t3 - $td, 2)}}
@endsection @section('scripts') @endsection