<?php $__env->startSection('main-content'); ?>
    <div class="jumbotron">
        <div class="container">
            <h1>Support</h1>
        </div>
    </div>
    <div class="faq-pricing">
        <div class="container">
            <div class="col-md-10">
                <ul class="list-FAQ">
                    <li>
                        <h3>Report issues</h3>
                        <p><b>Email: kah@basetax.com</b></p>
                        <p>You can also leave us a message via our messaging system or livechat (when it is available)</p>
                        <br/>
                        <br/>
                    </li>
                    <li>
                        <h3>Useful Guides</h3>
                        <p>Basetax bookkeeping software - Free user guide for first time user <a
                                    href="https://www.basetax.co.uk/uploads/user_guide.pdf" target="_blank"><FONT
                                        COLOR="#cc6600">Free guide here >></FONT></a></p>
                        <p>Allowable Business Expenses - Full list of allowable expenses for sole trader <a
                                    href="https://www.basetax.co.uk/uploads/type_of_expenses.pdf" target="_blank"><FONT
                                        COLOR="#cc6600">Download for free >></FONT></a></p>
                    </li>
                    <br/>
                    <br/>
                    <li>
                        <h3>Changes and Fixes</h3>
                        <p><b>21 September 2015</b></p>
                        <p>Launched the new web design for the main page</p>
                        <p>Added invoicing module to the bookkeeping system</p>
                        <br/>
                        <p><b>01 September 2015</b></p>
                        <p>Added a bookkeeping user guide for first time user - check out <a
                                    href="https://www.basetax.co.uk/uploads/user_guide.pdf" target="_blank"><FONT
                                        COLOR="#cc6600">the guide here >></FONT></a></p>
                    </li>

                    <br/>
                    <br/>

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