JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "8624e4365162751ca0b55250992a6fc9.php"
Full Path: /home/ambitio2/public_html/storage/framework/views/8624e4365162751ca0b55250992a6fc9.php
File size: 3.8 KB
MIME-type: text/html
Charset: utf-8
<!DOCTYPE html>
<html lang="en">
<head>
<?php
$system_name = \App\Models\Setting::where('type', 'system_name')->value('description');
$system_favicon = \App\Models\Setting::where('type', 'system_fav_icon')->value('description');
?>
<title><?php echo e($system_name); ?></title>
<!-- all the meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="" name="description" />
<meta content="" name="author" />
<!-- CSRF Token for ajax for submission -->
<meta name="csrf_token" content="<?php echo e(csrf_token()); ?>" />
<!-- all the css files -->
<!-- fav icon -->
<link rel="shortcut icon" href="<?php echo e(asset(get_frontend_settings('favicon'))); ?>" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/payment/style/vendors/bootstrap-5.1.3/css/bootstrap.min.css')); ?>" />
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/payment/style/css/swiper-bundle.min.css')); ?>" />
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/payment/style/css/custom.css')); ?>" />
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/payment/style/css/style.css')); ?>" />
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/payment/style/vendors/bootstrap-icons-1.8.1/bootstrap-icons.css')); ?>" />
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/global/icons/uicons-regular-rounded/css/uicons-regular-rounded.css')); ?>" />
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/payment/style/css/own.css')); ?>" />
<!--Main Jquery-->
<script src="<?php echo e(asset('assets/payment/style/vendors/jquery/jquery-3.7.1.min.js')); ?>"></script>
<style>
.main_content {
min-height: calc(100% - 50px);
margin-top: 0px !important;
}
[data-bs-target="#doku"] img {
height: 40px;
width: auto;
}
</style>
</head>
<body class="pt-lg-5 pb-4">
<?php if(session('app_url')): ?>
<?php echo $__env->make('payment.go_back_to_mobile_app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endif; ?>
<div class="main_content paymentContent">
<div class="paymentHeader d-flex justify-content-between align-items-center px-4 px-sm-5">
<h5 class="title text-capitalize"><?php echo e(get_phrase('Order Summary')); ?></h5>
<a href="<?php echo e($payment_details['cancel_url']); ?>" class="btn btn-light text-sm">
<i class="fi-rr-cross-small"></i>
<span class="d-none d-sm-inline-block"><?php echo e(get_phrase('Cancel Payment')); ?></span>
</a>
</div>
<div class="px-4 px-sm-5 pt-4">
<?php echo $__env->make('payment.payment_gateway', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div>
<!--Bootstrap bundle with popper-->
<script src="<?php echo e(asset('assets/payment/style/vendors/bootstrap-5.1.3/js/bootstrap.bundle.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/payment/style/js/swiper-bundle.min.js')); ?>"></script>
<!-- Datepicker js -->
<script src="<?php echo e(asset('assets/payment/style/js/moment.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/payment/style/js/sweetalert2@11.js')); ?>"></script>
<!-- toster file -->
<?php echo $__env->make('frontend.default.toaster', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</body>
</html>
<?php /**PATH /home/ambitio2/public_html/resources/views/payment/index.blade.php ENDPATH**/ ?>