environment() === 'production') { return view('errors.500'); } return parent::render($request, $exception); } }