@extends('layouts.admin.theme') @section("title", env("APP_NAME") . " :: Página de Acompanhamento - Paciente com Fibromialgia - Arquivos") @section('content')
@php $headLine = " Página de Acompanhamento - Paciente com Fibromialgia - Arquivos"; @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), "permission" => "GERENCIADOR_DE_CONTA_ANGRA", ])
@include('components.modal._modelProfile')
@if($paciente->fileFoto != "pmar/assets/img/icons/neuto.png" && $paciente->fileFoto != "") @endif @if($paciente->fileLaudo != "pmar/assets/img/icons/neuto.png" && $paciente->fileLaudo != "") @endif @if($paciente->fileRG != "pmar/assets/img/icons/neuto.png" && $paciente->fileRG != "") @endif @if($paciente->fileCPF != "pmar/assets/img/icons/neuto.png" && $paciente->fileCPF != "") @endif @if($paciente->fileCartaoSUS != "pmar/assets/img/icons/neuto.png" && $paciente->fileCartaoSUS != "") @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) }}"> {{ __("Voltar") }}
@endsection