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