Skip to content

Instantly share code, notes, and snippets.

@evercode1
Created February 28, 2017 18:38
Show Gist options
  • Save evercode1/ff38ff179f0b566d864718aabf41d30e to your computer and use it in GitHub Desktop.
Save evercode1/ff38ff179f0b566d864718aabf41d30e to your computer and use it in GitHub Desktop.

Revisions

  1. evercode1 created this gist Feb 28, 2017.
    19 changes: 19 additions & 0 deletions bottom.blade.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    <hr>

    <div class="well">

    <p>&copy;

    @if (date('Y') > 2015)

    2015 - {{ date('Y') }}

    @else

    2015

    @endif

    Sample Project All rights Reserved.</p>

    </div>