@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')
@endcan
@endsection @section('scripts') @endsection