Browse Source

Update main.blade.php

Dennis 2 năm trước cách đây
mục cha
commit
c973774ac1
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      resources/views/layouts/main.blade.php

+ 3 - 1
resources/views/layouts/main.blade.php

@@ -404,7 +404,9 @@
                     href="{{ url('/') }}">{{ env('APP_NAME', 'Laravel') }}</a>.</strong>
             All rights
             reserved. Powered by <a href="https://controlpanel.gg">ControlPanel</a>. Version
-            <b>{{ config('app')['version'] }} - {{config("BranchName")}}</b>
+            @if(config("BRANCHNAME") != "main")
+                <b>{{ config('app')['version'] }} - {{config("BRANCHNAME")}}</b>
+            @endif
         </footer>
 
         <!-- Control Sidebar -->