footer version

This commit is contained in:
Dr Masroor Ehsan 2025-01-29 22:08:00 +06:00
parent ba705bb98b
commit db97aef03c
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,5 @@
APP_NAME=Laravel APP_NAME="PixelBridge"
APP_VERSION="25.1/a"
APP_ENV=local APP_ENV=local
APP_KEY= APP_KEY=
APP_DEBUG=true APP_DEBUG=true

View File

@ -13,7 +13,9 @@
| |
*/ */
'name' => env('APP_NAME', 'Laravel'), 'name' => env('APP_NAME', 'PixelBridge'),
'version' => env('APP_VERSION', '0.1.0'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View File

@ -7,7 +7,7 @@
<div class="{{ $containerFooter }}"> <div class="{{ $containerFooter }}">
<div class="footer-container d-flex align-items-center justify-content-between py-4 flex-md-row flex-column"> <div class="footer-container d-flex align-items-center justify-content-between py-4 flex-md-row flex-column">
<div class="text-body mb-2 mb-md-0 fw-light"> <div class="text-body mb-2 mb-md-0 fw-light">
© 2024-<script>document.write(new Date().getFullYear())</script> {{ config('app.name') }}. All rights reserved. © 2024-<script>document.write(new Date().getFullYear())</script> {{ config('app.name') }} v{{ config('app.version') }}. All rights reserved.
</div> </div>
<div class="text-body d-none d-lg-inline-block"> <div class="text-body d-none d-lg-inline-block">
Made with <span class="text-danger"><i class="tf-icons ri-heart-fill"></i></span> by Made with <span class="text-danger"><i class="tf-icons ri-heart-fill"></i></span> by