@extends('layouts.app') @section('content')
Home Retornar
@csrf @method('PUT')
Editar Paciente
ID: {{$Datos[0]->historial}}
# Contacto Familiar Telefono
1
2
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@section('js1') @endsection @endsection