@extends('layouts.horizontal', ['title' => 'Historial del Paciente']) @section('content')
@include('layouts.partials.page-title', [ 'subtitle' => 'Historial', 'title' => 'Paciente: ' . ($paciente->nombre . ' ' . $paciente->apPaterno . ' ' . $paciente->apMaterno) ]) @if($paciente->notificacion == 1)
Notificación pendiente
Este paciente tiene resultados listos para enviar por WhatsApp.
@csrf
@endif @if (session('success'))
{{ session('success') }}
@endif
@if (session('ok')) @endif

Historial Médico

Fecha Estudios No. Archivos Archivos Acciones
{{-- MODAL PARA NUEVO ESTUDIO --}} {{-- MODAL EDITAR ESTUDIO --}} @endsection @vite(['resources/js/pages/custom-table.js']) @push('scripts') @endpush