@extends('layouts.admin.theme') @section("title", env("APP_NAME") . " :: Editar Paciente com Fibromialgia - Anotações") @section('content')
@php $headLine = " Editar Paciente com Fibromialgia - Anotações"; @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), "permission" => "GERENCIADOR_DO_CADASTRO_DE_PACIENTES_COM_FIBROMIALGIA", ])
id) }}" method="post" enctype="multipart/form-data"> @include("errors.messageFlash") @csrf @method('post') @include('components.modal._modelProfile')
@csrf @method('post') @include('components.inputs._textarea', [ 'label' => 'Anotações', 'name' => 'observacoes', 'id' => 'limiteCaracter', 'rows' => 5, 'required' => true, 'height' => '200px', 'class' => "textarea-body", 'style' => null, "oninput" => null, 'value' => old('observacoes', $paciente->observacoes), 'small' => "As anotações feitas neste bloco é de uso exclusivo da secretaria, o paciente não tem acesso a esta informação", ]) As anotações feitas neste bloco é de uso exclusivo da secretaria, o paciente não tem acesso a esta informação.
id) }}"> {{ __("Anterior") }}
@endsection