Visite Angra - Atrativos TurĂsticos - Novas imagens para {$atrativo->atrativo}"; @endphp
@include('components.buttons._headLineButtonsBackAdd', [
'headLine' => __($headLine),
'routeBack' => 'admin.visiteAngra.pontos.arquivos.index',
'routeBackParams' => [$atrativo->id],
'nameBack' => __("Voltar"),
])
@csrf
@include("errors.messageFlash")
@include('components.inputs._inputType',[
"for" => "link",
"label" => "Escolhas as imagens",
"name" => "link[]",
"id" => 'link',
"required" => true,
"type" => 'file',
"old" => null,
"oninput" => null,
"readonly" => true,
"multiple" => true,
"small" => "* Apenas documentos de imagem: JPG, JPEG, PNG, GIF, BMP, WEBP.",
"accept" => 'image/*',
])
@include('components.buttons._backAndSend',[
'routeBack' => 'admin.visiteAngra.atrativos.arquivos.index',
'backId' => $atrativo->id,
'textBack' => "Voltar",
'textSend' => "Cadastrar",
])