@extends('layouts.admin.theme') @section("title", env("APP_NAME") . " :: Editar Paciente com Fibromialgia - Arquivos") @section('content')
@php $headLine = " Editar Paciente com Fibromialgia - Arquivos"; @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), "permission" => "GERENCIADOR_DO_CADASTRO_DE_PACIENTES_COM_FIBROMIALGIA", ])
@include('components.modal._modelProfile')
@if($paciente->fileFoto != "pmar/assets/img/icons/neuto.png" && $paciente->fileFoto != "")
@include('components.buttons._deleteButton', [ "message" => __("* Este arquivo será excluído do cadastro de pacientes com fibromialgia e esta ação não poderá ser desfeita, deseja continuar?"), "route" => "admin.saude.fibromialgia.destroyArquivo", "id" => [$paciente->id, "fileFoto"], "title" => "Excluir", "fontawesome" => " Excluir", "permission" => "GERENCIADOR_DO_CADASTRO_DE_PACIENTES_COM_FIBROMIALGIA", ])
@endif @if($paciente->fileLaudo != "pmar/assets/img/icons/neuto.png" && $paciente->fileLaudo != "")
@include('components.buttons._deleteButton', [ "message" => __("* Este arquivo será excluído do cadastro de pacientes com fibromialgia e esta ação não poderá ser desfeita, deseja continuar?"), "route" => "admin.saude.fibromialgia.destroyArquivo", "id" => [ $paciente->id, "fileLaudo"], "title" => "Excluir", "fontawesome" => " Excluir", "permission" => "GERENCIADOR_DO_CADASTRO_DE_PACIENTES_COM_FIBROMIALGIA", ])
@endif @if($paciente->fileRG != "pmar/assets/img/icons/neuto.png" && $paciente->fileRG != "")
@include('components.buttons._deleteButton', [ "message" => __("* Este arquivo será excluído do cadastro de pacientes com fibromialgia e esta ação não poderá ser desfeita, deseja continuar?"), "route" => "admin.saude.fibromialgia.destroyArquivo", "id" => [ $paciente->id, "fileRG"], "title" => "Excluir", "fontawesome" => " Excluir", "permission" => "GERENCIADOR_DO_CADASTRO_DE_PACIENTES_COM_FIBROMIALGIA", ])
@endif @if($paciente->fileCPF != "pmar/assets/img/icons/neuto.png" && $paciente->fileCPF != "")
@include('components.buttons._deleteButton', [ "message" => __("* Este arquivo será excluído do cadastro de pacientes com fibromialgia e esta ação não poderá ser desfeita, deseja continuar?"), "route" => "admin.saude.fibromialgia.destroyArquivo", "id" => [ $paciente->id, "fileCPF"], "title" => "Excluir", "fontawesome" => " Excluir", "permission" => "GERENCIADOR_DO_CADASTRO_DE_PACIENTES_COM_FIBROMIALGIA", ])
@endif @if($paciente->fileCartaoSUS != "pmar/assets/img/icons/neuto.png" && $paciente->fileCartaoSUS != "")
@include('components.buttons._deleteButton', [ "message" => __("* Este arquivo será excluído do cadastro de pacientes com fibromialgia e esta ação não poderá ser desfeita, deseja continuar?"), "route" => "admin.saude.fibromialgia.destroyArquivo", "id" => [ $paciente->id, "fileCartaoSUS"], "title" => "Excluir", "fontawesome" => " Excluir", "permission" => "GERENCIADOR_DO_CADASTRO_DE_PACIENTES_COM_FIBROMIALGIA", ])
@endif
id) }}" method="post" enctype="multipart/form-data">
@include("errors.messageFlash") @csrf @method('post') @include('components.inputs._inputType',[ "for" => null, "label" => "Foto 3x4", "name" => "fileFoto", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => "(.jpg, .jpeg, .png)", "accept" => 'image/*', ])
@include('components.inputs._inputType',[ "for" => null, "label" => "Laudo Médico", "name" => "fileLaudo", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => "(.pdf, .jpg, .jpeg, .png)", "accept" => 'application/pdf,image/*', ])
@include('components.inputs._inputType',[ "for" => null, "label" => "RG", "name" => "fileRG", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => "(.pdf, .jpg, .jpeg, .png)", "accept" => 'application/pdf,image/*', ])
@include('components.inputs._inputType',[ "for" => null, "label" => "CPF", "name" => "fileCPF", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => "(.pdf, .jpg, .jpeg, .png)", "accept" => 'application/pdf,image/*', ])
@include('components.inputs._inputType',[ "for" => null, "label" => "Cartão SUS", "name" => "fileCartaoSUS", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => "(.pdf, .jpg, .jpeg, .png)", "accept" => 'application/pdf,image/*', ])
id) }}"> {{ __("Anterior") }}
@endsection