PHP Classes

File: resources/views/layouts/includes/frontend/footer.blade.php

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   mtube   resources/views/layouts/includes/frontend/footer.blade.php   Download  
File: resources/views/layouts/includes/frontend/footer.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mtube
Application to share videos between users
Author: By
Last change:
Date: 2 years ago
Size: 319 bytes
 

Contents

Class file image Download
<footer class="flex flex-wrap items-center justify-between p-3 m-auto">
    <div class="container mx-auto flex flex-col flex-wrap items-center justify-between">
        <div class="flex mx-auto text-center">
            Copyright {{ config('app.name') }} © {{ now()->format('Y') }}
        </div>
    </div>
</footer>