@extends('layouts.admin.theme') @section("title", env("APP_NAME") . " :: Editar Arquivos do Músico - Credenciamento") @section('content')
@php $headLine = " Editar Arquivos do Músico - Credenciamento"; @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), "permission" => "GERENCIADOR_CREDENCIAMENTO_DE_MUSICOS", ])
@include('components.modal._modelProfile')
@if(!empty($musico->filePortfolio))
@include('components.buttons._deleteButton', [ "message" => __("* Este arquivo será excluído do cadastro e esta ação não poderá ser desfeita, deseja continuar?"), "route" => "admin.cultura.credenciamentoMusicos.destroyArquivo", "id" => [$musico->id, "filePortfolio"], "title" => "Excluir", "fontawesome" => " Excluir", "permission" => "GERENCIADOR_CREDENCIAMENTO_DE_MUSICOS", ])
@endif @if(!empty($musico->fileRepertorio))
@include('components.buttons._deleteButton', [ "message" => __("* Este arquivo será excluído do cadastro e esta ação não poderá ser desfeita, deseja continuar?"), "route" => "admin.cultura.credenciamentoMusicos.destroyArquivo", "id" => [ $musico->id, "fileRepertorio"], "title" => "Excluir", "fontawesome" => " Excluir", "permission" => "GERENCIADOR_CREDENCIAMENTO_DE_MUSICOS", ])
@endif @if(!empty($musico->fileIntegrantes))
@include('components.buttons._deleteButton', [ "message" => __("* Este arquivo será excluído do cadastro e esta ação não poderá ser desfeita, deseja continuar?"), "route" => "admin.cultura.credenciamentoMusicos.destroyArquivo", "id" => [ $musico->id, "fileIntegrantes"], "title" => "Excluir", "fontawesome" => " Excluir", "permission" => "GERENCIADOR_CREDENCIAMENTO_DE_MUSICOS", ])
@endif @if(!empty($musico->fileAnexoIV))
@include('components.buttons._deleteButton', [ "message" => __("* Este arquivo será excluído do cadastro e esta ação não poderá ser desfeita, deseja continuar?"), "route" => "admin.cultura.credenciamentoMusicos.destroyArquivo", "id" => [ $musico->id, "fileAnexoIV"], "title" => "Excluir", "fontawesome" => " Excluir", "permission" => "GERENCIADOR_CREDENCIAMENTO_DE_MUSICOS", ])
@endif @if(!empty($musico->fileAnexoV))
@include('components.buttons._deleteButton', [ "message" => __("* Este arquivo será excluído do cadastro e esta ação não poderá ser desfeita, deseja continuar?"), "route" => "admin.cultura.credenciamentoMusicos.destroyArquivo", "id" => [ $musico->id, "fileAnexoV"], "title" => "Excluir", "fontawesome" => " Excluir", "permission" => "GERENCIADOR_CREDENCIAMENTO_DE_MUSICOS", ])
@endif @if(!empty($musico->fileAnexoVI))
@include('components.buttons._deleteButton', [ "message" => __("* Este arquivo será excluído do cadastro e esta ação não poderá ser desfeita, deseja continuar?"), "route" => "admin.cultura.credenciamentoMusicos.destroyArquivo", "id" => [ $musico->id, "fileAnexoVI"], "title" => "Excluir", "fontawesome" => " Excluir", "permission" => "GERENCIADOR_CREDENCIAMENTO_DE_MUSICOS", ])
@endif
@include("errors.messageFlash") @csrf @method('post') @include('components.inputs._inputType',[ "for" => null, "label" => "Portfólio Artístico", "name" => "filePortfolio", "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" => "Repertório", "name" => "fileRepertorio", "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" => "Relação de Integrantes", "name" => "fileIntegrantes", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => "(.pdf, .csv, .txt)", "accept" => 'application/pdf,text/plain,.csv', ])
@include('components.inputs._inputType',[ "for" => null, "label" => "Anexo IV", "name" => "fileAnexoIV", "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" => "Anexo V", "name" => "fileAnexoV", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => "(.pdf, .jpg, .jpeg, .png)", "accept" => 'application/pdf,image/*', ]) {{ __("Anterior") }}
@include('components.inputs._inputType',[ "for" => null, "label" => "Anexo VI", "name" => "fileAnexoVI", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => "(.pdf, .jpg, .jpeg, .png)", "accept" => 'application/pdf,image/*', ])