admin@web.or.kr 4 месяцев назад
Родитель
Сommit
b72229c639

+ 1 - 1
resources/views/admin/layouts/app.blade.php

@@ -91,7 +91,7 @@
             <p>
                 <a href="#" id="btnScrollTop">맨 위로 <i class="fas fa-arrow-circle-up"></i></a>
             </p>
-            <cite>@ 2018 {{ config('site_title') }}, All Rights Reserved.</cite>
+            <cite>@ 2018~{{ date('Y') }} {{ config('company_name') }}. All Rights Reserved.</cite>
         </footer>
     </aside>
 

+ 1 - 1
resources/views/auth/login.blade.php

@@ -80,7 +80,7 @@
         <hr/>
 
         <footer>
-            Copyright (C) @ {{ date('Y') }} {{ config('company_name') }} Corp. All Rights Reserved.
+            &copy; 2023~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.
         </footer>
     </main>
 </div>

+ 1 - 1
resources/views/auth/passwords/confirm.blade.php

@@ -42,7 +42,7 @@
         <hr/>
 
         <footer>
-            Copyright (C) @ {{ date('Y') }} {{ config('company_name') }} Corp. All Rights Reserved.
+            &copy; 2023~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.
         </footer>
     </main>
 </div>

+ 1 - 1
resources/views/auth/passwords/email.blade.php

@@ -50,7 +50,7 @@
         <hr/>
 
         <footer>
-            Copyright (C) @ {{ date('Y') }} {{ config('company_name') }} Corp. All Rights Reserved.
+            &copy; 2023~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.
         </footer>
     </main>
 </div>

+ 2 - 2
resources/views/auth/passwords/reset.blade.php

@@ -58,7 +58,7 @@
         <hr/>
 
         <footer>
-            Copyright (C) @ {{ date('Y') }} {{ config('company_name') }} Corp. All Rights Reserved.
+            &copy; 2023~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.
         </footer>
     </main>
 </div>
@@ -69,6 +69,6 @@
 @endpush
 
 @push('scripts')
-    <script src="{{ asset('js/auth/passwords.js') }}"></script>
+    <script src="{{ asset('/js/auth/passwords.js') }}"></script>
 @endpush
 

+ 1 - 1
resources/views/auth/register.blade.php

@@ -197,7 +197,7 @@
         <hr/>
 
         <footer>
-            Copyright (C) @ {{ date('Y') }} {{ config('company_name') }} Corp. All Rights Reserved.
+            &copy; 2023~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.
         </footer>
     </main>
 </div>

+ 1 - 1
resources/views/auth/verify.blade.php

@@ -29,7 +29,7 @@
         <hr/>
 
         <footer>
-            Copyright (C) @ {{ date('Y') }} {{ config('company_name') }} Corp. All Rights Reserved.
+            &copy; 2023~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.
         </footer>
     </main>
 </div>

+ 1 - 1
resources/views/desktop/layouts/app.blade.php

@@ -193,7 +193,7 @@
             </small>
         </div>
         <address>
-            &copy; Copyright 2022 {{ config('company_name') }}
+            &copy; 2023~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.
         </address>
         <br/>
     </footer>

+ 1 - 1
resources/views/desktop/recently.blade.php

@@ -143,7 +143,7 @@
                 <tfoot>
                     <tr>
                         <td colspan="6">
-                            {{ $recent->list->onEachSide($params->pageCount)->links('board.component.pagination') }}
+                            {{ $recent->list->onEachSide($params->pageCount)->links('desktop.board.component.pagination') }}
                         </td>
                     </tr>
                 </tfoot>

+ 1 - 1
resources/views/emails/verifyCode.blade.php

@@ -43,7 +43,7 @@
                 <li style="box-sizing: border-box;margin-left: 0;">대표전화 : {{ config('company_phone') }} | 문의사항 : {{ config('company_admin_email') }}</li>
                 <li style="box-sizing: border-box;margin-left: 0;">주소 : {{ config('company_address') }} | 우편번호 : {{ config('company_zip_code') }}</li>
             </ul>
-            <cite style="box-sizing: border-box;display: inline-block;width: 100%;text-align: center;">Copyright ⓒ {{ config('site_title', config('app.name')) }} Corp. All Right Reserved.</cite>
+            <cite style="box-sizing: border-box;display: inline-block;width: 100%;text-align: center;">&copy; 2022~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.</cite>
         </div>
     </div>
 </div>

+ 1 - 1
resources/views/emails/verifyLink.blade.php

@@ -39,7 +39,7 @@
                 <li style="box-sizing: border-box;margin-left: 0;">대표전화 : {{ config('company_phone') }} | 문의사항 : {{ config('company_admin_email') }}</li>
                 <li style="box-sizing: border-box;margin-left: 0;">주소 : {{ config('company_address') }} | 우편번호 : {{ config('company_zip_code') }}</li>
             </ul>
-            <cite style="box-sizing: border-box;display: inline-block;width: 100%;text-align: center;">Copyright ⓒ {{ config('site_title', config('app.name')) }} Corp. All Right Reserved.</cite>
+            <cite style="box-sizing: border-box;display: inline-block;width: 100%;text-align: center;">&copy; 2022~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.</cite>
         </div>
     </div>
 </div>

+ 2 - 2
resources/views/mobile/layouts/app.blade.php

@@ -203,7 +203,7 @@
                         <td>{{ $visitorTotalCount }}</td>
                     </tr>
                 </table>
-                <address>&copy; Copyright 2022 {{ config('company_name') }}</address>
+                <address>&copy; 2023~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.</address>
             </div>
         </div>
 
@@ -219,7 +219,7 @@
             <div class="row text-center text-md-start">
                 <div class="col ps-4 pe-4 pb-4">
                     <address>
-                        &copy; Copyright 2022 {{ config('company_name') }}
+                        &copy; 2023~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.
                     </address>
                 </div>
             </div>

+ 0 - 1
resources/views/mobile/layouts/sub.blade.php

@@ -58,7 +58,6 @@
 <body>
     @yield('content')
 
-
     @stack('scripts')
 
     @include('component.loading')