KIM-JINO5 4 ماه پیش
والد
کامیت
d6d2793a14

+ 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/findID/index.blade.php

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

+ 1 - 1
resources/views/auth/findID/result.blade.php

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

+ 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; 2022~{{ 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; 2022~{{ 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; 2022~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.
         </footer>
     </main>
 </div>

+ 1 - 1
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; 2022~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.
         </footer>
     </main>
 </div>

+ 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; 2022~{{ 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; 2022~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.
         </footer>
     </main>
 </div>

+ 1 - 1
resources/views/component/email.blade.php

@@ -113,7 +113,7 @@
                     <li>대표전화 : {{ config('company_phone') }} | 문의사항 : {{ config('company_admin_email') }}</li>
                     <li>주소 : {{ config('company_address') }} | 우편번호 : {{ config('company_zip_code') }}</li>
                 </ul>
-                <cite>Copyright ⓒ {{ config('site_title', config('app.name')) }} Corp. All Right Reserved.</cite>
+                <cite>&copy; 2022~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.</cite>
             </div>
         </div>
     </div>

+ 1 - 1
resources/views/component/form/email.blade.php

@@ -28,7 +28,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/desktop/layouts/app.blade.php

@@ -208,7 +208,7 @@
                     <td>{{ $visitorTotalCount }}</td>
                 </tr>
             </table>
-            <address>&copy; Copyright 2022 {{ config('company_name') }}</address>
+            <address>&copy; 2022~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.</address>
         </nav>
 
         {{-- 컨텐츠 --}}

+ 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

@@ -207,7 +207,7 @@
                         <td>{{ $visitorTotalCount }}</td>
                     </tr>
                 </table>
-                <address>&copy; Copyright 2022 {{ config('company_name') }}</address>
+                <address>&copy; 2022~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.</address>
             </div>
         </div>
 
@@ -246,7 +246,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; 2022~{{ date('Y') }} {{ config('company_name') }}. All rights reserved.
                     </address>
                 </div>
             </div>

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

@@ -63,5 +63,5 @@
     @include('component.loading')
     @include('component.popup')
     @include('component.alert')
-    </body>
+</body>
 </html>