PHP Classes

File: resources/views/partials/footer_bottom.blade.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Store My Notes Laravel 5   resources/views/partials/footer_bottom.blade.php   Download  
File: resources/views/partials/footer_bottom.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Store My Notes Laravel 5
Store and share user notes
Author: By
Last change:
Date: 6 hours ago
Size: 471 bytes
 

Contents

Class file image Download
<div class="footer-main footer">

    <div class="container">
        <p class="left-links pull-left">
            <a href="{{ route('index') }}">Home</a>
            <a href="{{ route('privacy') }}">Privacy</a>
            <a href="{{ route('terms') }}">Terms & Service</a>
            <a href="{{ route('contact') }}">Contact Us</a>
            <a href="{{ route('report') }}">Report Any Issue</a>
        </p>
        <p class="text-right">&copy;2017 All rights reserved StoreMyNotes</p>
        <div class="clearfix"></div>
    </div>

</div>