@extends('layouts.app') @section('content')
@foreach ($data as $item) @endforeach
PACIENTE TRATAMIENTO DOCTOR FECHA ASISTENTE
{{$item->paciente->nombre}}
@if (searSalidaInsumo($item->paciente_id, $item->fecha) != null) SI REALIZADO @else NO REALIZADO @endif
{{$item->tratamiento->nombre}} - {{$item->tratamiento->descripcion}} {{$item->doctor->nombre}} {{$item->fecha}} {{$item->asistio}}
@endsection @section('scripts') @endsection