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

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

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

{{$patientName}}

@if($isUpdate == 0)
@else @endif
Ingrese los detalles de la receta médica, incluyendo medicamentos, dosis y duración del tratamiento.
@csrf
{{__("com-form-history.cancel")}}
@endsection