403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.119.133.214
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/book24.ng/modules/Hotel/Views/frontend/layouts/search-map/fields/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/modules/Hotel/Views/frontend/layouts/search-map/fields/price.blade.php
<div class="filter-item filter-simple dropdown">
    <div class="form-group dropdown-toggle" data-toggle="dropdown" >
        <h3 class="filter-title">{{__('Price filter')}} <i class="fa fa-angle-down"></i></h3>
    </div>
    <div class="filter-dropdown dropdown-menu dropdown-menu-right">
        <div class="bravo-filter-price">
            <?php
            $price_min = $pri_from = floor ( App\Currency::convertPrice($hotel_min_max_price[0]) );
            $price_max = $pri_to = ceil ( App\Currency::convertPrice($hotel_min_max_price[1]) );
            if (!empty($price_range = Request::query('price_range'))) {
                $pri_from = explode(";", $price_range)[0];
                $pri_to = explode(";", $price_range)[1];
            }
            $currency = App\Currency::getCurrency( App\Currency::getCurrent() );
            ?>
            <input type="hidden" class="filter-price irs-hidden-input" name="price_range"
                   data-symbol=" {{$currency['symbol'] ?? ''}}"
                   data-min="{{$price_min}}"
                   data-max="{{$price_max}}"
                   data-from="{{$pri_from}}"
                   data-to="{{$pri_to}}"
                   readonly="" value="{{$price_range}}">
            <div class="text-right">
                <br>
                <a href="#" onclick="return false;" class="btn btn-primary btn-sm btn-apply-advances">{{__("APPLY")}}</a>

            </div>
        </div>
    </div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit