// view @if (app()->environment() === 'production') Production text @endif // Or you can do this @if (app()->environment('production')) Production text @endif