<?php $__env->startSection('main-content'); ?>
    <div class="container">
        <div id="banner">
            <div class="main-banner row">
                <div class="cont-left col-sm-10">
                    <h2 class="titbnhome">filing taxes online has never been easier</h2>
                    <p>
                        "the #1 site for Partnership Tax Filing Services, from free record keeping tool to tax
                        specialist advice, Basetax is designed to make it easy for you to file your partnership tax
                        return"
                    </p>
                    <div>
                        <form id="started-form" action="<?php echo \Illuminate\Support\Facades\URL::to('/v2/register'); ?>"
                              method="post" class="form-inline input-get-star"
                              role="form">
                            <div class="input-group">
                                <input type="email" class="form-control" name="email-started" id="email-started"
                                       placeholder="EMAIL ADDRESS">
                                <span class="input-group-btn">
                                    <button class="btn btn-get-star" type="submit" onclick="start()">START</button>
                                </span>
                            </div>
                            <p class="text-center text-small">WE PROMISE TO NEVER SHARE YOUR INFORMATION!</p>
                        </form>
                    </div>
                </div><!-- cont-left -->

                <div class="cont-right col-sm-2">
                    <ul>
                        <li>
                            <span>
                                <img src="<?php echo asset('/assets/images/iconpound.png');; ?>" alt="">
                            </span>
                            <p>Maximum Refund Guarantee</p>
                        </li>
                        <li>
                            <span>
                                <img src="<?php echo asset('/assets/images/iconcham.png');; ?>" alt="">
                            </span>
                            <p>100% Accurate Calculations</p>
                        </li>
                        <li>
                            <span>
                                <img src="<?php echo asset('/assets/images/iconhear.png');; ?>" alt="">
                            </span>
                            <p>Free Audit Support</p>
                        </li>
                    </ul>
                </div><!-- cont-right -->
            </div><!-- main-banner -->
        </div><!-- banner -->

        <div id="content">
            <div class="pricesv row">
                <h2 class="titprice">Find The Right Online Version For You</h2>
                <div class="outboxpr clearfix">
                    <div class="mainboxpr col-sm-4">
                        <div class="topboxpr">
                            <span>Basetax</span>
                            <h4>basic</h4>
                        </div>

                        <div class="midboxpr">
                            <ul class="min-100">
                                <li>- E-filing only</li>
                                <li>- Suitable for nil return or income less than &pound;10,000</li>
                            </ul>
                            <strong>
                                &pound;39<sub>/year</sub>
                            </strong>
                        </div>

                        <div class="botboxpr">
                            <a href="<?php echo url('landing.login');; ?>">Start for free</a>
                        </div>
                    </div><!-- mainboxpr -->

                    <div class="mainboxpr col-sm-4">
                        <div class="topboxpr top2pr">
                            <span>Basetax</span>
                            <h4>deluxe</h4>
                        </div>
                        <div class="midboxpr">
                            <ul class="min-100">
                                <li>- File your partnership tax return online</li>
                                <li>- Get your tax return reviewed by a qualified accountant/tax specialist</li>
                            </ul>
                            <strong>
                                &pound;129<sub>/year</sub>
                            </strong>
                        </div>
                        <div class="botboxpr">
                            <a href="<?php echo url('landing.login');; ?>">Start for free</a>
                        </div>
                    </div><!-- mainboxpr -->

                    <div class="mainboxpr col-sm-4">
                        <div class="topboxpr top3pr">
                            <span>Basetax</span>
                            <h4>premium</h4>
                        </div>
                        <div class="midboxpr">
                            <ul class="min-100">
                                <li>- Get your tax return prepared by a qualified accountant/tax specialist</li>
                                <li>- Personalised tax advice</li>
                                <li>- In person audit support</li>
                            </ul>
                            <strong>
                                &pound;299<sub>/year</sub>
                            </strong>
                        </div>
                        <div class="botboxpr">
                            <a href="<?php echo url('landing.login');; ?>">Start for free</a>
                        </div>
                    </div><!-- mainboxpr -->
                </div>
            </div><!-- pricesv -->

            <div class="opinion">
                <div class="mainopinion row">
                    <div class="starnum">
                        <img src="<?php echo asset('/assets/images/iconstar.png');; ?>"/>
                    </div><!-- starnum -->

                    <div class="allslideop row">
                        <div class="slider">
                            <ul>
                                <li>
                                    <h3>Basetax BASIC</h3>
                                    <p>"I have used Basetax to file my first tax return & I love it! if you have a
                                        simple tax return it is AWESOME! Try it, you can't go wrong."</p>
                                </li>
                                <li>
                                    <h3>Basetax DELUXE</h3>
                                    <p>"I have signed up for the Deluxe service as I bought a buy to let property last
                                        year! I found the whole process was very straight forward and quick."</p>
                                </li>
                            </ul>
                        </div><!-- slider -->
                    </div><!-- allslideop -->
                </div><!-- mainopinion -->
            </div><!-- opinion -->


            <div class="guaran row">
                <div class="topgua">
                    <hr/>
                    <h2>Basetax Guarantees</h2>
                </div><!-- topgua -->

                <div class="contgua row">
                    <div class="maingua col-sm-4">
                        <div class="maintopgua">
                            <span>
                                <img src="<?php echo asset('/assets/images/iconpound2.png');; ?>" alt=""/>
                            </span>
                            <p>Maximum Refund Guarantee</p>
                        </div><!-- maintopgua -->
                        <div class="dtgua">
                            <p>We will go through all of the deductible expenses checklist and make sure that you have
                                claimed all of the expenses that you are entitled to claim.</p>
                        </div>
                    </div>

                    <div class="maingua col-sm-4">
                        <div class="maintopgua">
                    <span>
                        <img src="<?php echo asset('/assets/images/iconcham2.png');; ?>" alt=""/>
                    </span>
                            <p>100% Accurate Calculations</p>
                        </div><!-- maintopgua -->
                        <div class="dtgua">
                            <p>We have gone through rigorous testing to make sure that our tax calculation is correct.
                                Each year we update our tax calculation module based on the official document provided
                                by HMRC.</p>
                        </div>
                    </div>

                    <div class="maingua col-sm-4">
                        <div class="maintopgua">
                    <span>
                        <img src="<?php echo asset('/assets/images/iconhear2.png');; ?>" alt=""/>
                    </span>
                            <p>Free Audit Support</p>
                        </div><!-- maintopgua -->
                        <div class="dtgua">
                            <p>If you sign up with our Deluxe and Premium package, we will provide you the audit support
                                without any extra cost.</p>
                        </div>
                    </div>
                </div>

                <div class="topgua">
                    <hr/>
                </div><!-- topgua -->
            </div><!-- guaran -->

            <div class="row">
                <div class="botcont clearfix">
                    <div class="main-botcont col-sm-6">
                        <div class="inbotcont row">
                            <h2>Pension Plan</h2>
                            <p>You may get tax relief on your pension contribution. Compare pensions from the best
                                pension scheme providers of UK pension funds</p>
                            <div class="lmore">
                                <a href="#">Compare Plans</a>
                            </div>
                        </div>
                    </div>
                    <div class="main-botcont col-sm-6">
                        <div class="inbotcont row">
                            <h2>Financial Planning</h2>
                            <p>Whatever ambitions and plans you have, our proven 'financial life planning' services are
                                helping people just like you to better manage their day-to-day finances</p>
                            <div class="lmore">
                                <a href="#">Start planning</a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div><!-- content -->
    </div>
    <?php /*    <script src="<?php echo asset('/assets/js/landing/soletrader.js');; ?>" type="text/javascript" charset="utf-8"></script>*/ ?>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.landing', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>