HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/agile-selling-orl/resources/views/brands/editBrands.blade.php
@extends('modules.head') @section('contenido')
<h3><a class="ruta" class="" href="{{url('/brands')}}"> Marca </a>
<span class="separador-ruta">|</span><a class="ruta" class="" href="{{url('/brands/edit/'.$brand->id)}}">Modificar Marca </a> </h3>
<div class="box">
    <div class="box-header with-border">
        <h3 class="box-title">{{ Lang::get('messages.screen_edit_brand_tag1')}}</h3>
        <!-- /.box-tools -->
    </div>
    <!-- /.box-header -->
    <div class="box-body" style="">
        <form role="form" id="editBrand" data-toggle="validator">
            <div class="row">
                <div class="col-xs-6 col-sm-12 col-md-6 col-lg-6">
                    <input type="hidden" class="form-control" name="id" value="{{$brand->id}}">
                    <div class="form-group">
                       <label for="name">{{ Lang::get('messages.screen_edit_brand_tag2')}}</label>
                    <input type="text" class="form-control" value="{{$brand->name}}" value="{{$brand->name}}" name="name" placeholder="" required>
                    </div>
                </div>
            </div>
         <button onClick="editBrand()" id="btn-edit-brand" class="btn btnBox pull-right" >{{ Lang::get('messages.screen_edit_brand_tag3')}}</button>
         <button type="button" class="btn btn-default pull-right btnCancel"  onclick="setPageTable()">Cancelar
             
        </button>  
         {{ csrf_field() }}
        </form>
    </div>
    <!-- /.box-body -->
</div>
@endsection

<script src="{{ asset('js/jQuery/jquery-2.2.3.min.js') }}"></script>
<script src="{{ asset('js/brand.js') }}"></script>
<script src="{{ asset('js/bootstrap/js/bootstrap.min.js') }}"></script>