File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
resources/views/components Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 33 <div class =" row align-items-center justify-content-lg-between" >
44 <div class =" col-lg-6 mb-lg-0 mb-4" >
55 <div class =" copyright text-center text-sm text-muted text-lg-start" >
6- ©
7- <script >
8- document .write (new Date ().getFullYear ())
9- </script >
6+ © {{ date (' Y' ) } }
107 <a href =" https://github.com/karuhun-developer" class =" font-weight-bold" target =" _blank" >
118 Orang Keren
129 </a >
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ function echoRoute($url) {
5454 <img src =" {{ asset (' cassets/img/logo-ct-dark.png' ) } }" class =" navbar-brand-img" width =" 26" height =" 26"
5555 alt =" main_logo" />
5656 <span class =" ms-1 text-sm text-dark" >
57- App Name
57+ {{ config ( ' app.name ' ) } }
5858 </span >
5959 </a >
6060 </div >
Original file line number Diff line number Diff line change 2121 <link rel =" apple-touch-icon" sizes =" 76x76" href =" {{ asset (' cassets/img/apple-icon.png' ) } }" >
2222 <link rel =" icon" type =" image/png" href =" {{ asset (' cassets/img/apple-icon.png' ) } }" >
2323 <title >
24- APP NAME - {{ $title ?? ' ' } }
24+ {{ config ( ' app.name ' ) } } - {{ $title ?? ' ' } }
2525 </title >
2626 <!-- Vendor CSS Files -->
2727 @vite ([' resources/css/app.css' , ' resources/js/app.js' ] )
Original file line number Diff line number Diff line change 2020 <link rel =" apple-touch-icon" sizes =" 76x76" href =" {{ asset (' cassets/img/apple-icon.png' ) } }" >
2121 <link rel =" icon" type =" image/png" href =" {{ asset (' cassets/img/apple-icon.png' ) } }" >
2222 <title >
23- APP NAME - {{ $title ?? ' ' } }
23+ {{ config ( ' app.name ' ) } } - {{ $title ?? ' ' } }
2424 </title >
2525 <!-- Vendor CSS Files -->
2626 @vite ([' resources/css/app.css' , ' resources/js/app.js' ] )
You can’t perform that action at this time.
0 commit comments