File manager - Edit - /var/www/html/portal/storage/framework/views/fb21950e4a093d6ac21a7b869ac4f35a.php
Back
<?php $__env->startSection("title", env("APP_NAME") . " :: Novo Boletim"); ?> <?php $__env->startSection('content'); ?> <form action="<?php echo e(route('admin.boletins.store')); ?>" method="post" enctype="multipart/form-data"> <div class="container"> <div class="row"> <div class="col-12"> <div class="card shadow"> <?php echo $__env->make('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __("Novo Boletim"), 'routeBack' => 'admin.boletins.index', 'routeBackParams' => [], 'nameBack' => __("Voltar"), ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <div class="card-body"> <?php echo csrf_field(); ?> <?php echo $__env->make("errors.messageFlash", array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <div class="mb-3"> <input type="hidden" name="page" value="<?php echo e(request()->input('page', 1)); ?>"> <!-- Campo Data --> <?php echo $__env->make('components.inputs._inputType',[ "for" => null, "label" => "Data", "name" => "publicationDate", "id" => null, "required" => true, "type" => "date", "old" => old('publicationDate'), "oninput" => null, "readonly" => false, "small" => null, ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="mb-3"> <!-- Campo Mês --> <?php echo $__env->make('components.inputs._selectType', [ "for" => null, "label" => "Mês", "name" => "month", "required" => true, "readonly" => false, "options" => collect(App\Enums\StatusMonth::cases()) ->mapWithKeys(fn($status) => [$status->name => $status->value]) ->toArray(), "selected" => old('month'), "placeholder" => "Selecione um mês...", "small" => "Informe o do boletim.", "onchange" => null ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="mb-3"> <!-- Campo Número --> <?php echo $__env->make('components.inputs._inputType',[ "for" => null, "label" => "Número", "name" => "number", "id" => null, "required" => true, "type" => null, "old" => old('number'), "oninput" => "javascript:this.value = this.value.replace(/\D/g, '')", "readonly" => false, "small" => null, ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="mb-3"> <!-- Campo Título --> <?php echo $__env->make('components.inputs._inputType',[ "for" => null, "label" => "Título", "name" => "title", "id" => null, "required" => true, "type" => null, "old" => old('title'), "oninput" => "javascript:this.value = this.value.toUpperCase()", "readonly" => false, "small" => null, ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="form-check mb-3"> <input class="form-check-input" type="checkbox" name="extraordinaryEdition" <?php echo e(old('extraordinaryEdition') ? 'checked' : ''); ?>> <label class="form-check-label" for="extraordinaryEdition"> Edição Extraordinária </label> </div> <div class="mb-3"> <!-- Campo Comprovante --> <?php echo $__env->make('components.inputs._inputType',[ "for" => null, "label" => "Arquivo", "name" => "url", "id" => null, "required" => true, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => null, "accept" => '.pdf', ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="mb-3"> <?php echo $__env->make('components.inputs._selectType', [ "for" => "status", "label" => "Status", "name" => "status", "required" => true, "readonly" => false, "options" => collect(App\Enums\StatusEnum::cases()) ->mapWithKeys(fn($status) => [$status->name => $status->value]) ->toArray(), "selected" => old('status'), "placeholder" => "Selecione o status...", "small" => "Informe o status atual do usuário.", "onchange" => null ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <?php echo $__env->make('components.buttons._backAndSend', [ 'textBack' => 'Voltar', 'textSend' => 'Enviar', 'routeBack' => 'admin.boletins.index' ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> </div> </div> </div> </div> </form> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin.theme', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/html/portal/resources/views/admin/boletins/create.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings