PHP Classes

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

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Heloise Laravel Blog Package   resources/views/partials/_footer.blade.php   Download  
File: resources/views/partials/_footer.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Heloise Laravel Blog Package
Simple blog system with comments and RSS feed
Author: By
Last change:
Date: 7 months ago
Size: 307 bytes
 

Contents

Class file image Download
<footer>
    <p class="text-center">
        Made with ?? by <a href="{{ config('app.author_url') }}">Pierre-Henry</a> ?
        <a href="{{ route('post.feed.index') }}">
            <img src="{{ asset('/img/feed.svg') }}" class="inline" alt="RSS Feed" title="Feed" />
        </a>
    </p>
</footer>