@if(config('app.env') !== 'production')
@php
$sidebarEnvColors = [
'local' => 'text-green-700',
'demo' => 'text-yellow-700',
'staging' => 'text-orange-700',
];
$sidebarEnvColor = $sidebarEnvColors[config('app.env')] ?? 'text-red-700';
@endphp
@else
FOR ADMIN
@endif