diff --git a/resources/views/layouts/main.blade.php b/resources/views/layouts/main.blade.php index 446e039e..234a11e1 100644 --- a/resources/views/layouts/main.blade.php +++ b/resources/views/layouts/main.blade.php @@ -404,7 +404,9 @@ href="{{ url('/') }}">{{ env('APP_NAME', 'Laravel') }}. All rights reserved. Powered by ControlPanel. Version - {{ config('app')['version'] }} - {{config("BranchName")}} + @if(config("BRANCHNAME") != "main") + {{ config('app')['version'] }} - {{config("BRANCHNAME")}} + @endif