<?php //desktop-html-6c969017ac34c74b9444bfbeccb9a540

return [PHP_INT_MAX, '

            
        
    
                                                
    
    <span data-toggle="modal" data-target="#new-modal-customer">
        <button class="btn btn-info waves-effect">
            <i class="fal fa-plus mr-2"></i>
            <span class="hidden-xs">Add company</span>
        </button>
    </span>

    <div class="modal bg-info fade fullscreen-modal" id="new-modal-customer" tabindex="-1" role="dialog" aria-hidden="true">
        <div class="modal-dialog" role="document">
            <div class="modal-content text-left text-white">
                <div class="close-modal"><i class="fal fa-times text-white cursor" data-dismiss="modal"></i></div>
                <div class="modal-body bg-info d-flex">
                                        <div class="container my-auto">
                        <h2 class="main-title text-center font-weight-bold mb-5">Add company</h2>
                        <form name="customer" method="post" novalidate="novalidate" action="/admin-yacm4f0bmkqa2ta14mqtp4/1/module/customers/customers/index" id="new-form-customer" enctype="multipart/form-data">
                            <div class="row">
                                    
                                                                                <div class="form-group
         col-md-6                        "><label for="customer_name" class="required">
        Company name
                    <span class="text-danger"> *</span>
                                </label>    <input type="text" id="customer_name" name="customer[name]" required="required" group="col-md-6" placeholder="Fill in last name" class="form-control" />
            </div>
                                                                                                        <div class="form-group
         col-md-6                        "><label class="required" for="customer_company">
        Subsidiary (ies)
                    <span class="text-danger"> *</span>
                                </label><select id="customer_company" name="customer[company]" placeholder="Séléctionnez" group="col-md-6" class="select-2 form-control"><option value="4">Espace pro EN</option><option value="3">Espace pro ES</option><option value="1">Espace pro FR</option><option value="2">Espace pro IT</option></select></div>
                                                                                                        <div class="form-group
         col-12                        "><label for="customer_file">
        Add logo
                                </label>
            
    <input type="file"
           id="customer_file"
           name="customer[file]"
           accept="image/*"           data-default-file=""
                       class="dropify custom-file-input">

</div>
                                                                                                                <input type="hidden" id="customer__token" name="customer[_token]" value="cwrcHzN7ouV3dxByYX2TwK07cGe2yjXAPhwJNlsqbnI" />
            
                                                    </div>
                            <div id="password-generator-result" class="btn-copy btn btn-dark w-100 text-center refer-copy position-relative d-none">
                                <div class="to-copy"></div>
                                <div class="copy-link waves-effect waves-dark position-absolute" data-toggle="tooltip" data-title="Copier">
                                    <div class="inner h-100"><i class="far fa-copy"></i></div>
                                </div>
                            </div>
                            <div class="w-100 text-center modal-btns">
                                                                            <div class="form-group ">    <button type="submit" id="customer_save" name="customer[save]" class="btn-outline-white btn">
                    Save
            </button></div>
                                                                                                                                                                            <div class="d-none">
                                                                                <div class="form-group ">    <button type="submit" id="customer_saveEdit" name="customer[saveEdit]" class="btn-outline-white btn">
                    Save and edit
            </button></div>
                                                                            </div>
                                                                                                </div>
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </div>

'];
