?
<footer class="footer">
<div class="container">
<div class="row text-muted">
<div class="col-8 text-center text-md-start">
<ul class="list-inline">
<li class="list-inline-item">
<a class="text-muted" href="<?php echo e(url('privacy')); ?>">Privacy</a>
</li>
<li class="list-inline-item">
<a class="text-muted" href="<?php echo e(url('tos')); ?>">Terms of Service</a>
</li>
</ul>
</div>
<div class="col-4 text-center text-md-end">
<p class="mb-0">
© <?php echo e(Carbon\Carbon::today()->format('Y')); ?> - <a target="_blank" href="https://www.makeyoursoftware.com/" class="">MakeYourSoftware.com</a>
</p>
</div>
</div>
</div>
</footer>
<?php /**PATH /home/sanghavirealty/public_html/resources/views/layoutsdashboard/dashboard-footer.blade.php ENDPATH**/ ?>