Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 52.15.233.83
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/themes/Mytravel/Hotel/frontend/layouts/search/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/themes/Mytravel/Hotel/frontend/layouts/search//loop-list.blade.php
@php
    $translation = $row->translateOrOrigin(app()->getLocale());
@endphp
<li class="card mb-5 overflow-hidden">
    <div class="product-item__outer w-100">
        <div class="row">
            <div class="col-md-5 col-xl-4">
                <div class="product-item__header">
                    <div class="position-relative">
                        <a @if(!empty($blank)) target="_blank" @endif href="{{$row->getDetailUrl()}}" class="d-block">
                            <img class="min-height-230 bg-img-hero card-img-top" src="{{$row->image_url}}" alt="{{$translation->title}}">
                        </a>
                    </div>
                </div>
            </div>
            <div class="col-md-7 col-xl-5 col-wd-4gdot5 flex-horizontal-center">
                <div class="w-100 position-relative m-4 m-md-0">
                    <div class="mb-1 pb-1">
                        @if($row->is_featured == "1")
                            <span class="badge badge-orange text-white rounded-xs font-size-13 py-1 p-xl-2 mr-2">{{__('Featured')}}</span>
                        @endif
                        @if($row->star_rate)
                            <span class="green-lighter mr-2">
                                @for ($star = 1 ;$star <= $row->star_rate ; $star++)
                                    <small class="fa fa-star font-size-12"></small>
                                @endfor
                            </span>
                        @endif
                    </div>
                    <div class="position-absolute top-0 right-0 pr-md-3 d-none d-md-block">
                        <button type="button" class="btn btn-sm btn-icon rounded-circle"  data-toggle="tooltip" data-placement="top" title="" data-original-title="{{__('Save for later')}}">
                            <span class="service-wishlist {{$row->isWishList()}}" data-id="{{$row->id}}" data-type="{{$row->type}}">
                                <span class="flaticon-heart-1 font-size-20"></span>
                            </span>
                        </button>
                    </div>
                    <a @if(!empty($blank)) target="_blank" @endif href="{{$row->getDetailUrl()}}">
                        <span class="font-weight-medium font-size-17 text-dark d-flex mb-1">{{$translation->title}} </span>
                    </a>
                    <div class="card-body p-0">
                        <div class="d-flex flex-wrap flex-xl-nowrap align-items-center font-size-14 text-gray-1">
                            @if(!empty($row->location->name))
                                @php $location =  $row->location->translateOrOrigin(app()->getLocale()) @endphp
                                <i class="icon flaticon-placeholder mr-2 font-size-20"></i>{{$location->name ?? ''}}
                                @if($row->map_lat && $row->map_lng)
                                    <small class="px-1 font-size-15"> - </small>
                                    <a target="_blank" href="https://www.google.com/maps/place/{{$row->map_lat}},{{$row->map_lng}}/@<?php echo $row->map_lat ?>,{{$row->map_lng}},{{!empty($row->map_zoom) ? $row->map_zoom : 12}}z">
                                        <span class="text-primary font-size-14">{{__('View on map')}}</span>
                                    </a>
                                @endif
                            @endif
                        </div>
                        @if(!empty($attribute = $row->getAttributeInListingPage()))
                            @php
                                $translate_attribute =  $attribute->translateOrOrigin(app()->getLocale());
                                $termsByAttribute = $row->termsByAttributeInListingPage
                            @endphp
                            <span class="attr-title mb-1 d-block"><i class="icofont-medal"></i> {{$translate_attribute->name ?? ""}}: </span>
                            <ul class="list-unstyled mb-2 d-flex flex-lg-wrap flex-xl-wrap">
                                @foreach($termsByAttribute as $key => $term )
                                    @if($key < 3)
                                    @php $translate_term = $term->translateOrOrigin(app()->getLocale()) @endphp
                                        <li class="item {{$term->slug}} term-{{$term->id}} border border-dark rounded-xs d-flex align-items-center text-lh-1 py-1 px-2 mr-2 mb-2 mb-md-0 mb-lg-2 mb-xl-2">
                                            <span class="font-weight-normal font-size-14">{{$translate_term->name}}</span>
                                        </li>
                                    @endif
                                @endforeach
                            </ul>
                        @endif
                        @if(!empty($translation->badge_tags))
                            <ul class="list-unstyled d-flex pb-2 flex-wrap">
                                @foreach($translation->badge_tags as $key => $item)
                                    <li class="border border-{{$item['color']}} bg-{{$item['color']}} rounded-xs d-flex align-items-center text-lh-1 py-1 px-3 mb-2 mr-2">
                                        <span class="font-weight-normal font-size-14 text-white">
                                            {{$item['title']}}
                                        </span>
                                    </li>
                                @endforeach
                            </ul>
                        @endif
                    </div>
                </div>
            </div>
            <div class="col col-xl-3 col-wd-3gdot5 align-self-center py-4 py-xl-0 border-top border-xl-top-0">
                <div class="d-xl-flex flex-wrap border-xl-left ml-4 ml-xl-0 pr-xl-3 pr-wd-5 text-xl-right justify-content-xl-end">
                    @if(setting_item('hotel_enable_review'))
                        @php  $reviewData = $row->getScoreReview(); @endphp
                    <div class="mb-xl-5 mb-wd-7">
                        <div class="mb-0">
                            <div class="my-xl-1">
                                <div class="d-flex align-items-center justify-content-xl-end mb-2">
                                    <span class="badge badge-primary rounded-xs font-size-14 p-2 mr-2 mb-0">{{$reviewData['score_total']}} /5 </span>
                                    <span class="font-size-17 font-weight-bold text-primary">{{$reviewData['review_text']}}</span>
                                </div>
                            </div>
                            <span class="font-size-14 text-gray-1">
                                @if(!empty($reviewData['total_review']))
                                    ({{__(":number reviews",['number'=>$reviewData['total_review']])}})
                                @endif
                            </span>
                        </div>
                    </div>
                    @endif
                    <div class="mb-0">
                        <span class="mr-1 font-size-14 text-gray-1">{{__("from")}}</span>
                        <span class="font-weight-bold">{{ $row->display_price }}</span>
                        <span class="font-size-14 text-gray-1"> / {{__('night')}}</span>
                    </div>
                </div>
            </div>
        </div>
    </div>
</li>

Youez - 2016 - github.com/yon3zu
LinuXploit