Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/storage/framework/views/d13ad939d4e9e253bdae34777a1af6e1.php
Назад
<?php $__env->startSection('title'); ?> <title><?php echo e($seoSetting->seo_title); ?></title> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta'); ?> <meta name="description" content="<?php echo e($seoSetting->seo_description); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('frontend-content'); ?> <!--===BREADCRUMB PART START====--> <section class="wsus__breadcrumb" style="background: url(<?php echo e($setting->breadcrumb_image ? asset($setting->breadcrumb_image) : ''); ?>);"> <div class="wsus_bread_overlay"> <div class="container"> <div class="row"> <div class="col-12 text-center"> <h4><?php echo e(__('Our Agent')); ?></h4> <nav style="--bs-breadcrumb-divider: '-';" aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="<?php echo e(route('home')); ?>"><?php echo e(__('Home')); ?></a></li> <li class="breadcrumb-item active" aria-current="page"><?php echo e(__('Our Agent')); ?></li> </ol> </nav> </div> </div> </div> </div> </section> <!--===BREADCRUMB PART END====--> <!--=========AGENT START============--> <section class="wsus__agents mt_45 mb_20"> <div class="container"> <div class="row"> <div class="col-12"> <form class="agent_top" action="<?php echo e(route('agents')); ?>"> <select name="location" id="" class="form-control select_2"> <option value=""><?php echo e(__('Select Location')); ?></option> <?php $__currentLoopData = $cities; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $city): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if(request()->has('location')): ?> <option <?php echo e(request()->get('location') == $city->slug ? 'selected' : ''); ?> value="<?php echo e($city->slug); ?>"><?php echo e($city->title); ?></option> <?php else: ?> <option value="<?php echo e($city->slug); ?>"><?php echo e($city->title); ?></option> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> <button class="common_btn2"><?php echo e(__('Search')); ?></button> </form> </div> </div> <div class="row"> <?php if($agents->count() > 0): ?> <?php $__currentLoopData = $agents; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $agent): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xl-3 col-sm-6 col-lg-4"> <div class="wsus__single_team"> <a href="<?php echo e(route('agent.show',['user_type' => '2','user_name'=>$agent->user_name])); ?>" class="wsus__single_team_img"> <img src="<?php echo e($agent->image ? asset($agent->image) : asset($setting->default_avatar)); ?>" alt="team images" class="imf-fluid w-100" loading="lazy"> </a> <a href="<?php echo e(route('agent.show',['user_type' => '2','user_name'=>$agent->user_name])); ?>" class="title"><?php echo e($agent->name); ?></a> <p><i class="fal fa-location-circle"></i> <?php echo e($agent->address); ?></p> <ul class="agent_link"> <?php if($agent->icon_one && $agent->link_one): ?> <li><a href="<?php echo e($agent->link_one); ?>"><i class="<?php echo e($agent->icon_one); ?>"></i></a></li> <?php endif; ?> <?php if($agent->icon_two && $agent->link_two): ?> <li><a href="<?php echo e($agent->link_two); ?>"><i class="<?php echo e($agent->icon_two); ?>"></i></a></li> <?php endif; ?> <?php if($agent->icon_three && $agent->link_three): ?> <li><a href="<?php echo e($agent->link_three); ?>"><i class="<?php echo e($agent->icon_three); ?>"></i></a></li> <?php endif; ?> <?php if($agent->icon_four && $agent->link_four): ?> <li><a href="<?php echo e($agent->link_four); ?>"><i class="<?php echo e($agent->icon_four); ?>"></i></a></li> <?php endif; ?> </ul> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <div class="col-12 mt_25"> <?php echo e($agents->links('custom_paginator')); ?> </div> <?php else: ?> <div class="col-12 text-center text-danger mt-5"> <h4><?php echo e(__('Agent Not Found!')); ?></h4> </div> <?php endif; ?> </div> </div> </section> <!--=========AGENT END==========--> <?php $__env->stopSection(); ?> <?php echo $__env->make('layout1', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/lekhnath/silverray.com.au/resources/views/agents.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка