@extends('layouts.admin') @section('styles') @endsection @section('content')

Email
{{$doctore->email}}
Telefono de Casa
{{$doctore->tel_casa}}
Telefono de Oficina
{{$doctore->tel_oficina}}
Telefono Movil
{{$doctore->tel_celular}}
Referencia de Porcentaje
{{ $doctore->porcentaje}} %
Cuentas Bancarias
{{ $doctore->cuentas}} 
Web @if ($doctore->web)
Si
@else
No
@endif Mi color

Total a Pagar en el Mes: Q. {{number_format($total_pago, 2)}}

Historial Del Mes

@includeIf('admin.doctore.data.historial')

Reportes de Doctor {{$doctore->nombre}}

@can('doctor_pagosprint')
PAGOS DEL MES

IMPRIME UN REPORTE DE TODO LOS TRATAMIENTOS REALIZADOS DURANTE EL MES

PAGOS

IMPRIME UN REPORTE DE LOS PORCENTAJES DE PAGO

DESCUENTOS

IMPRIME UN REPORTE DE LOS DESCUENTOS REALIZADOS

@endcan
@endsection @section('scripts') @endsection