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

{{__("detail-patient.medicalReport")}}

{{__("com-form-history.backReturn")}}
{{__("detail-patient.patient")}}

{{$patientName}}

@if($isUpdate == 0)
@else @endif
{{__('detail-patient.selectSpeciality.info')}}

Ingrese los detalles del informe médico, incluyendo hallazgos, evaluación y recomendaciones para el paciente.
@csrf
{{__("com-form-history.cancel")}}
@endsection