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

doctor {{$doctore->nombre}}

@foreach ($historial as $his) @endforeach
PACIENTE FECHA DE REALIZACION TRATAMIENTO TIPO
{{$his->nombre}} {{$his->created_at}} {{$his->tratamiento}} {{$his->descripcionTr}} {{$his->tipo}}

Total Ganancia de Tratamientos: Q. {{number_format($total_Pago, 2)}}

@endsection