관리-도구
편집 파일: 157175394155253af858e8b5b2199750.php
<?php $__env->startSection('title', translate('track_Order_Result')); ?> <?php $__env->startPush('css_or_js'); ?> <meta property="og:image" content="<?php echo e($web_config['web_logo']['path']); ?>"/> <meta property="og:title" content="<?php echo e($web_config['company_name']); ?> "/> <meta property="og:url" content="<?php echo e(env('APP_URL')); ?>"> <meta property="og:description" content="<?php echo e($web_config['meta_description']); ?>"> <meta property="twitter:card" content="<?php echo e($web_config['web_logo']['path']); ?>"/> <meta property="twitter:title" content="<?php echo e($web_config['company_name']); ?>"/> <meta property="twitter:url" content="<?php echo e(env('APP_URL')); ?>"> <meta property="twitter:description" content="<?php echo e($web_config['meta_description']); ?>"> <link rel="stylesheet" media="screen" href="<?php echo e(theme_asset(path: 'public/assets/front-end/vendor/nouislider/distribute/nouislider.min.css')); ?>"/> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="container rtl pt-4 pb-5 text-align-direction tracking-page"> <div class="card border-0 box-shadow-lg"> <div class="card-body py-5"> <h6 class="text-end small font-bold fs-14"> <a href="<?php echo e(route('track-order.index')); ?>"> <span class="text-primary"><i class="tio-refresh"></i></span> <?php echo e(translate('clear')); ?> </a> </h6> <div class="mw-1000 mx-auto"> <h3 class="text-center text-capitalize fw-semibold fs-25"><?php echo e(translate('track_order')); ?></h3> <form action="<?php echo e(route('track-order.result')); ?>" type="submit" method="post" class="p-3"> <?php echo csrf_field(); ?> <?php if(session()->has('Error')): ?> <div class="alert alert-danger alert-block"> <span type="" class="closet __closet" data-dismiss="alert">×</span> <strong><?php echo e(session()->get('Error')); ?></strong> </div> <?php endif; ?> <div class="bg-section2 p-xl-4 p-3 rounded"> <div class="row g-3 p-xxl-3 p-lg-2 p-0 justify-content-between"> <div class="col-lg-5 col-md-4 col-sm-6"> <input class="form-control form-control-sm prepended-form-control" type="number" value="<?php echo e(request('order_id')); ?>" name="order_id" placeholder="<?php echo e(translate('order_id')); ?>" required> </div> <div class="col-lg-5 col-md-4 col-sm-6"> <input class="form-control form-control-sm prepended-form-control" name="phone_number" type="tel" value="<?php echo e(request('phone_number')); ?>" placeholder="<?php echo e(translate('your_phone_number')); ?>" required> </div> <div class="col-lg-2 col-md-3"> <button class="btn btn--primary btn-sm w-100 font-bold" type="submit" name="trackOrder"><?php echo e(translate('track_order')); ?></button> </div> </div> </div> <div class="mt-5 pt-md-5 mx-auto text-center max-width-350px"> <img class="mb-2" src="<?php echo e(theme_asset(path: 'public/assets/front-end/img/track-truck.svg')); ?>" alt=""> <div class="opacity-50"> <?php echo e(translate('enter_your_order_ID_&_phone_number_to_get_delivery_updates')); ?> </div> </div> </form> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('script'); ?> <script src="<?php echo e(theme_asset(path: 'public/assets/front-end/vendor/nouislider/distribute/nouislider.min.js')); ?>"></script> <?php $__env->stopPush(); ?> <?php echo $__env->make('layouts.front-end.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home2/slnssare/public_html/resources/themes/default/web-views/order/tracking-page.blade.php ENDPATH**/ ?>