@extends('layouts.admin.theme') @section("title", env("APP_NAME") . " :: Chamados - Anexos da Solicitação de Atendimento") @section('content')
@php $headLine = " Chamados - Anexos da Solicitação de Atendimento"; @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), 'routeBack' => 'admin.contaAngra.chamados.index', 'routeBackParams' => [], 'nameBack' => __("Voltar"), "permission" => "GERENCIADOR_DE_CONTA_ANGRA", ])
id, $mensagem->id]) }}" method="post" enctype="multipart/form-data"> @csrf @method('post') @include("errors.messageFlash") @include('components.modal._modelProfile')
  • {{ __("Assunto") }}: {{ $chamado->assunto }}
  • {{ __("Solicitação") }}: {!! $mensagem->mensagem !!}
  • {{ __("Data") }}: {{ date("d/m/Y H:i", strtotime($chamado->created_at)) }}

@include('components.inputs._inputType',[ "for" => "link", "label" => "Arquivos", "name" => "link[]", "id" => 'link', "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "multiple" => true, "small" => "* Apenas documentos de imagem: PDF, JPG, JPEG, PNG, GIF, BMP, WEBP.", "accept" => 'application/pdf,image/*', ])
id) }}"> {{ __("Sair") }}
@endsection